Skip to content

[Question]: Retrieval Testing Fails with 10 Items per Page but Works with 100 - Pagination Affects Search Results Accuracy #6140

Open
@decaMinCow

Description

@decaMinCow

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:

  1. Set pagination to 10 items/page
  2. Execute search query [XXXXXX]
  3. Observe zero results returned
  4. Change pagination to 100 items/page
  5. Repeat same query
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions