Prasso Search is a web and desktop based search engine with industry standard features. Prasso Search supports any language in the world. Some search functions are limited to commercial customers. The following search functions are available to the public.
Phrase Search:A group of words surrounded by double quotes such as "hello tom".
Wildcard Search Single Letter:p?ter, will match peter or poter(do not start a word with ?)
Wildcard Search Multiple Letters:p*ter, will match peter or potter or peeeeeter (do not start a word with *)
Fuzzy Search:Based on Edit Distance Algorithm, using character tilde, for example, peter~
Boolean Search "OR":"peter OR john" (make sure to capitalize "OR")
Boolean Search "AND":By default multiple search terms are search by "AND". "peter time" AND francis (make sure to capitalize "AND")
Boolean Search "NOT":"peter time" NOT john (make sure to capitalize "NOT")
Other Searches:Proximity Searches, Range Searches, Term Boosting, and Groupings
Important Notice:If you use any special characters: \, +, -, !, (, ), :, ^, ], {, }, ~, *, ?, make sure to use the escape character, for example, \+, \~ ...
|