|
The best way to search the ACCI register is by using the exact name of the company. If it is not precisely known then the wildcards can be used.
The algorithm in use in EBR is "contains word" and the wildcard allowed is “ * ” both at the beginning and/or at the end of a word.
Without the use of wildcards, the system looks for the exact match of all the words entered (in any order). If the user searches by one word, the system will return all the companies whose name contains that word. If the user searches using two words, the system will return all the companies whose name contains both those two words, etc. With the use of wildcards (in the beginning or in the end of a word), the system will look for any combinations of that word.
Go Back
|