OpenWGA 7.1 - Query languages reference
fulltextNative query options
Native query options are options given to WebTML attribute options, which control some aspects of the query that are native to the current query type. The following options are available:
Option | Purpose |
---|---|
fuzzy | Enables "fuzzy search" which will also find documents with slightly different terms |
sortbydatesasc | Sorts the result documents by their last modified date in ascending order |
sortbydatesdesc | Sorts the result documents by their last modified date in descending order |
sortbyscores | Sorts the result documents by their fulltext search score in descending order |
stems | Enables "word stem search" which will search only for word stems |
thesaurus | Enables "thesaurus search" which will also search for synonyms of the given terms |