Open
Description
Self Checks
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (Language Policy).
- Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- Please do not modify this template :) and fill in all the required fields.
Describe your problem
Describe the bug
When pagination is set to 10 items per page, retrieval testing cannot find expected results. However, when increasing to 100 items per page, the desired result appears as the first entry.
To Reproduce
Steps to reproduce the behavior:
- Set pagination to 10 items/page
- Execute search query [XXXXXX]
- Observe zero results returned
- Change pagination to 100 items/page
- Repeat same query
- Expected result appears as top match
Expected behavior
Consistent search results regardless of pagination settings. The target result should be retrievable with default page size (10 items).
Possible causes
- Pagination offset calculation error in backend
- Search ranking affected by page boundaries
- Caching mechanism interfering with partial results