Skip to content

1.0.5

Compare
Choose a tag to compare
@msqr msqr released this 10 Apr 01:44
· 93 commits to master since this release

Better support for prefix-based (wildcard) searches on stemmed words. The CLuceneSearchService now supports a BOOL supportStemmedPrefixSearches property that, when enabled, indexes the original word along with the stemmed version of the word, so a search for something like capabi* (stems to capabi) can match capability (stems to capabl).