nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.53k stars 491 forks source link

Remove custom stemmer function documentation #183

Closed bentley-atlassian closed 3 years ago

bentley-atlassian commented 4 years ago

Based on the current type definitions (https://github.com/nextapps-de/flexsearch/blob/04adf30da11571a200ca46e2e70851167ef39a55/index.d.ts#L73), a function is no longer a valid parameter when creating a Stemmer.

bentley-atlassian commented 4 years ago

Accidentally cleaned up some dangling white space too.

What I really cared about updating is here: https://github.com/nextapps-de/flexsearch/pull/183/commits/81411f2cf5373ccbd381db8102626902d24f25c8#diff-04c6e90faac2675aa89e2176d2eec7d8L1093