fergiemcdowall / search-index

A persistent, network resilient, full text search library for the browser and Node.js
MIT License
1.38k stars 149 forks source link

Token parsing doesn't accommodate for values that include `:` #582

Closed mistermoe closed 2 years ago

mistermoe commented 2 years ago

Flagging Issue: fergiemcdowall/fergies-inverted-index#40 Supporting PR: fergiemcdowall/fergies-inverted-index#41

fergiemcdowall commented 2 years ago

I have just published fergies-inverted-index@10.0.6 to npm. Hopefully the magic of semver makes this improved functionality appear in the current version of search-index.

fergiemcdowall commented 2 years ago

If not, I can publish a new version of search-index that explicitly includes 10.0.6

mistermoe commented 2 years ago

@fergiemcdowall thanks! fergies-inverted-index is hard-locked to 10.0.5 in package.json, so it looks like you'll have to publish a new version that explicitly includes 10.0.6. If you want semver to work in the future you'll want to include a ^ before the version number

mistermoe commented 2 years ago

Went ahead and PR'd the version bump.

fergiemcdowall commented 2 years ago

Great- thanks! 👍

fergiemcdowall commented 2 years ago

3.1.2 is now out on npm