Description
The fuzzy operator modifies how closely a given search term must be matched within the returned results.
Syntax
The fuzzy operator uses a tilde (~) and a decimal number between 0 and 1 directly following the intended term. The results are more likely to resemble the initial search term as the fuzzy number approaches one. For example: Boar~0.3 searches for Boar, Bear, Bohr, etc. However, Bear~0.99 is likely only to return items such as Bear and Bears. The default Fuzzy value is 0.5.
Examples
Bear~0.8 Science~0.15 Cheetah~.4