Skip to content

SearchService.search() default limit is 5, should be 10 #3

Description

@arrrnav

The searcher returns up to 50 results and the frontend paginates at 10 per page, but SearchService.search() defaults to limit=5. Any caller that omits limit gets half a page of results.

File: backend/search_service.py L22

Fix: Change the default to limit=10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions