You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed version 2.0.0-10 and expected to get all features and fixes. In particular facet_strategy in SearchParams interface.
When checking node_modules, version 2.0.0-10 is perfectly installed but does not include the added facet_strategy.
I guess it can easily be explained by looking at the commit history:
commit 2e31446ec0daeff85a3f00d8adfa6ee2a6064d20 (HEAD, tag: v2.0.0-10)
Date: Wed Nov 6 10:56:50 2024 -0600
2.0.0-10
commit ba1cee2673b9e5a9cfb742c258183b6feee8097a
Date: Wed Nov 6 10:54:25 2024 -0600
Update dependencies
commit ccbaac870ea272cbeaa17e84a5477d387e5dbc00
Date: Wed Nov 6 10:53:49 2024 -0600
Build
commit 0d9415e92ac63174aa5b810d3ab0434fc19f4b25
Date: Wed Nov 6 10:51:57 2024 -0600
Merge pull request #241 from JinxedStar/fix-searchparam-config
add missing facet_strategy option to SearchParams to catch up to v27
When checking out to tag v2.0.0-10 and running git diff 0d9415e92ac63174aa5b810d3ab0434fc19f4b25 "lib/Typesense/Documents.d.ts", i have this output:
facet_strategy is missing from the current HEAD of the master branch itself. It must have been some merge / rebase problem when merging #242. Added them back on #247
I installed version 2.0.0-10 and expected to get all features and fixes. In particular
facet_strategy
inSearchParams
interface.When checking node_modules, version 2.0.0-10 is perfectly installed but does not include the added
facet_strategy
.I guess it can easily be explained by looking at the commit history:
When checking out to tag
v2.0.0-10
and runninggit diff 0d9415e92ac63174aa5b810d3ab0434fc19f4b25 "lib/Typesense/Documents.d.ts"
, i have this output:The text was updated successfully, but these errors were encountered: