nextapps-de / flexsearch

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

Can not index number fields #246

Closed ishanuda closed 3 years ago

ishanuda commented 3 years ago

Hi, After updating the library to v0.7.2 again the number fields indexing gives the error.

Example: https://codesandbox.io/s/indexing-number-fields-flexsearch-9e790?file=/src/index.js Thank you

ts-thomas commented 3 years ago

Hello, thanks for the report. I just forget to commit one line of code. This is now fixed and included in the build v0.7.21

ishanuda commented 3 years ago

The issue does not exist anymore. Thank you very much for the update.