Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:search_engine [2016/08/02 14:41]
admin
en:search_engine [2016/08/02 14:47] (current)
admin
Line 8: Line 8:
 Each word inserted in the search field will be searched in AND beaviour (all the words must be matched in almost a field). The comparison is by default case insensitive. Users can use these special flag in order to modify the default behavior: Each word inserted in the search field will be searched in AND beaviour (all the words must be matched in almost a field). The comparison is by default case insensitive. Users can use these special flag in order to modify the default behavior:
  
-  * -case the following word will be searched case sensitive +  ​* **-case** the following word will be searched case sensitive 
-  * -re the following word represents a regular expression +  ​* **-re** the following word represents a regular expression 
-  * -no the following word must not be included (case insensitive) +  ​* **-no** the following word must not be included (case insensitive) 
-  * -nocase the following word must not be included (case sensitive) +  ​* **-nocase** the following word must not be included (case sensitive) 
-  * -nore the following word represents a regular expression that must not be included +  ​* **-nore** the following word represents a regular expression that must not be included 
-  * id=X force the search to specific charts. X is a comma sepatated list of chart ids +  ​* **id=X** force the search to specific charts. X is a comma sepatated list of chart ids 
-  * device=X force the search to specific devices. X is a comma separated list of device names.+  ​* **device=X** force the search to specific devices. X is a comma separated list of device names.