quepid icon indicating copy to clipboard operation
quepid copied to clipboard

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

Open wrigleyDan opened this issue 9 months ago • 2 comments

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

wrigleyDan avatar May 24 '24 07:05 wrigleyDan