Normal (default) Vs Aggressive searching

Normal (default) Vs Aggressive searching

You can set Readysell full text search function to different level of aggressiveness to assist the look-up process

System Reference

Value 

Description

 

 

 

FULL-TEXT-SEARCH-AGGRESSIVENESS   

1

the default which works as it does now i.e. required the search text to prefix with ‘%’ to facilitate imbedded string search e.g.

  • search for '%ble' would return matching results 'able', 'blessed' and 'enablement'

  • search for 'ble' would only return 'blessed'

2

does not have to specify ‘%’ to facilitate imbedded string search as you would for level 1 e.g.

  • search for 'ble' would return matching result 'able', 'blessed' and 'enablement'

3

 which is extremely aggressive e.g.

  • search for 'pen 300' would return matching result with:

    • both 'pen' and '300' or

    • just 'pen' or

    • just '300'

 

 The steps to set the level of full text search aggressiveness are as follows:

  1. From the Navigation panel, click Administration , Advanced then System Types

  2. Select SYSTEM from the list panel

  3. Select FULL-TEXT-SEARCH-AGGRESSIVENESS from the main panel

  4. Change the value to say, 2

  5. Click Save to save the change

  6. Click Tools tab at the top menu bar

  7. Click Flush Cache to effect the change