Skip to content
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

Compare Snapshots fails and compares current results to empty results instead of snapshot #1020

Open
wrigleyDan opened this issue May 24, 2024 · 2 comments

Comments

@wrigleyDan
Copy link
Contributor

wrigleyDan commented May 24, 2024

Describe the bug
Compare snapshots feature is not working for some cases. After creating a snapshot you cannot compare it to your current search results. All query-doc pairs are "treated as ZSR" so the current results are compared to nothing. This is the case even when the snapshot stores equal results as the ones currently displayed (e.g. when you create a snapshot and immediately want to compare it to the current results).

To Reproduce
Steps to reproduce the behavior:

  1. Go to any relevancy case in Quepid
  2. Click on 'Create snapshot' (it does not matter if you want to "Record Document Fields")
  3. Give your snapshot a name and hit "Take Snapshot"
  4. Click on 'Compare snapshot'
  5. Select the snapshot you took and hit "Update Diff Settings"
  6. Observe all results from the snapshot are "treated as ZSR" and empty, so there's nothing to compare

In the case where snapshot comparison is not working the ids are URLs, in the case where snapshot comparison is working the ids are numbers. Is that the potential culprit?

Expected behavior
Comparing snapshots should work across all cases.

Screenshots
Working for one case:
image

Not working for another (only snapshot half shown):
image

Additional context
Quepid version: 7.16.0

@epugh
Copy link
Member

epugh commented Jun 13, 2024

that is... "interesting".....

@epugh
Copy link
Member

epugh commented Jun 13, 2024

Any chance I could convince you to use http://quepid-solr.dev.o19s.com:8985/solr or maybe https://reader:[email protected]:9200/ and create a index with some url docs to duplicate this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants