Main
RiSearch v.1.0 Manual
© S. Tarasov
Query language
Keywords should be written with commas or spaces between them. The case is not important.
The search type "AND" means that RiSearch will find files which contain
ALL keywords. The search type "OR" means that script will find all files
which contain at least one keyword. In any search regime mark "+" before keyword
means that this keyword should be in returned pages. In order to exclude
word from results type "-" before keyword, for example "+perl -CGI".
By default script will return any files where it finds the keywords.
If index was created with INDEXING_SCHEME => 2 option, you can add
"*" to the query. In this case beginning of the word will be found.
For example, if you ask "port*", RiSearch will find all pages with words
"port", "portrait", "portfolio", "portion" and so on.
|