Skip to content

Remove misleading "(slower search)" text from search settings #510

Description

@sporteka2

The settings labels say:

  • "Search in packages summary (slower search)"
  • "Search in packages description (even slower search)"

This text is misleading and unnecessary. Searching by summary/description should not be slow. The search idle callback processes only 1 package per iteration, which makes it unnecessarily slow. Processing in batches (e.g. 50 at a time) achieves the same UI responsiveness but finishes much faster.

The label text should be removed and the search should be optimized to not need such a warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions