Fix: File selection in Retrieval testing causes other options to disappear
What problem does this PR solve?
https://github.com/infiniflow/ragflow/issues/7753
The internal is due to when the selected row keys change will trigger a testing, but I do not know why.
Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
@Woody-Hu Current Status: Fixed: File selection no longer causes other options to disappear Remaining Issue: File filtering fails to properly restrict search results
@Woody-Hu Current Status: Fixed: File selection no longer causes other options to disappear Remaining Issue: File filtering fails to properly restrict search results
Hi @asiroliu I want to confirm the original design for this feature, If select the check box, just search in these select items?
The workflow should be: first return complete search results containing all relevant chunks, then filter the display based on file selection to show which files contain these chunks.
@Woody-Hu I've tested your latest version (cf03fe5) and observed that selecting files doesn't properly filter to show only chunks contained in those files.
@Woody-Hu I've tested the latest version (40de0bd4) and confirm the current behavior meets expectations. However, I've noticed the same issue exists on the search page. Would you mind fixing it there as well?
@Woody-Hu Hi, just checking if you've seen the previous message?
@Woody-Hu Hi, just checking if you've seen the previous message?
@asiroliu I just get the notice your message, will update that PR. Updated
@Woody-Hu I've tested the latest version (bd25f6e) and confirm both the Retrieval testing and search page are working as expected. Just need to fix the Ruff linting errors and it should be ready to merge.