|
AJPES uses Full-text Search Index as implemented in MS SQL 2005. By default the system searches for whole words only (i.e. the search term “MICRO” will return MICRO d.o.o., but not MICROSOFT d.o.o.).
AJPES allows wildcards (i.e. MICRO* will return both MICRO d.o.o. and MICROSOFT d.o.o.).
Search applies to company names or alternative company names.
The algorithm in use by default is “Contains word”, but others can be used with different criteria, for example:
“Starts with”: search any word which starts with search term, i.e. MICRO*
“Contains word”: search any whole word (default), i.e. MICRO
“Contains Phrase”: search a phrase starting on any word, i.e. “SISTEM MERCATOR” or “SISTEM MERC*”.
Go Back
|