Skip to content

Tags: pizza-rs/wasm

Tags

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: parse query str to should boolean query (#9)

Previously, a query string was converted to a Match query, due to limitaion of
tokenization, the search results may confuse our users[1].  This commit updates
the parsing logic to **expand** query string to a should boolean query, which
should hit more search results and thus is more intuitive for average users, based
on this discussion[2].

[1]: pizza-rs/searchbox#9
[2]: pizza-rs/searchbox#9 (comment)

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: parse query str to should boolean query (#9)

Previously, a query string was converted to a Match query, due to limitaion of
tokenization, the search results may confuse our users[1].  This commit updates
the parsing logic to **expand** query string to a should boolean query, which
should hit more search results and thus is more intuitive for average users, based
on this discussion[2].

[1]: pizza-rs/searchbox#9
[2]: pizza-rs/searchbox#9 (comment)

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: parse query str to should boolean query (#9)

Previously, a query string was converted to a Match query, due to limitaion of
tokenization, the search results may confuse our users[1].  This commit updates
the parsing logic to **expand** query string to a should boolean query, which
should hit more search results and thus is more intuitive for average users, based
on this discussion[2].

[1]: pizza-rs/searchbox#9
[2]: pizza-rs/searchbox#9 (comment)