-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
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
Bug in examples/elasticsearch #565
Comments
Thanks for reporting this! |
I found out the issue occurs in scenario where 2 or more results have the same title, resulting in the same key in the unordered list.
edit:
I had two items in my local elasticsearch that was the same as I ran insert twice. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
We replaced the previous elasticsearch example with the first-party elasticsearch connector. Give it a try and let us know if have any feedback! #704 |
awesome, thanks for the update! |
Hi,
I discovered a bug running the example in
examples/elasticsearch
I have successfully started a local elasticsearch, added the data, and started both server and app with
npm start
Steps to repro:
in a first tab
localhost:3000
do:in a second tab
localhost:3000
do:You will see that the first tab has, incorrectly, the following as the first result as a residual of the first search 'mountain':
The second tab displays the correct results:
Further Info:
Dependencies
Versions
Other discoveries
examples/sandbox
The text was updated successfully, but these errors were encountered: