We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
item
If you supply documents prop where the id field is an integer, the item property of the results is not set.
documents
id
results
I believe this is because Lunr converts the ref field to a string
ref
The text was updated successfully, but these errors were encountered:
Fixed bug TwoStoryRobot#4
0aa22fb
Id field is compared by value.
Merge pull request #18 from RoranDangerous/patch-1
b5cdcb6
Fixed bug #4: id field is compared by value.
No branches or pull requests
If you supply
documents
prop where theid
field is an integer, theitem
property of theresults
is not set.I believe this is because Lunr converts the
ref
field to a stringThe text was updated successfully, but these errors were encountered: