Difference between revisions of "Express Entry:Issues"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 1: Line 1:
* when performing a GlobalExpressFreeForm request for Germany, multiple records for the same address may be returned, each with differing dependent localities.
* when performing a GlobalExpressFreeForm request for Germany, multiple records for the same address may be returned, each with differing dependent localities.  This issue may also show up in GlobalExpressPostalCode, when multiple localities are returned for a postal code.
* Internet Explorer does not properly UTF-8 encode accented characters, so it is necessary to encode diacritic characters, for example %C3%A0 for accented a.
* Internet Explorer does not properly UTF-8 encode accented characters, so it is necessary to encode diacritic characters, for example %C3%A0 for accented a.
* Cached suggestions may appear when backspacing to a number of characters below the 'MaxL' parameter (set in the sample code).
* Cached suggestions may appear when backspacing to a number of characters below the 'MaxL' parameter (set in the sample code).
* Addresses not starting with the search term may occur in GlobalExpressAddress when using less than 4 characters in the address1 parameter.
* Addresses not starting with the search term may occur in GlobalExpressAddress when using less than 4 characters in the address1 parameter.

Revision as of 17:08, 14 May 2014

  • when performing a GlobalExpressFreeForm request for Germany, multiple records for the same address may be returned, each with differing dependent localities. This issue may also show up in GlobalExpressPostalCode, when multiple localities are returned for a postal code.
  • Internet Explorer does not properly UTF-8 encode accented characters, so it is necessary to encode diacritic characters, for example %C3%A0 for accented a.
  • Cached suggestions may appear when backspacing to a number of characters below the 'MaxL' parameter (set in the sample code).
  • Addresses not starting with the search term may occur in GlobalExpressAddress when using less than 4 characters in the address1 parameter.