ragflow/api
darion-yaphet 918d5a9ff8
[issue-11572]fix:metadata_condition filtering failed (#11573)
### What problem does this PR solve?

When using the 'metadata_condition' for metadata filtering, if no
documents match the filtering criteria, the system will return the
search results of all documents instead of returning an empty result.

When the metadata_condition has conditions but no matching documents,
simply return an empty result.
#11572

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: Chenguang Wang <chenguangwang@deepglint.com>
2025-11-28 14:04:14 +08:00
..
apps [issue-11572]fix:metadata_condition filtering failed (#11573) 2025-11-28 14:04:14 +08:00
common Feat:admin api (#10642) 2025-10-18 16:09:48 +08:00
db Feat: add context for figure and table (#11547) 2025-11-27 10:21:44 +08:00
utils Feat: add context for figure and table (#11547) 2025-11-27 10:21:44 +08:00
__init__.py
constants.py Introduce common/constants.py (#10965) 2025-11-03 16:32:37 +08:00
ragflow_server.py Use Infinity single-field-multi-index (#11444) 2025-11-26 11:06:37 +08:00
settings.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
validation.py