Skip to content

Replace search function with a better search #8

@addiks

Description

@addiks

Currently the project-index-search is slow. That is because it just executes a sequence of SQL select statements performing full-text-searches on several columns of the raw tables of the project-index.

There should be a dedicated data-structure for the project-search to improve the runtime-performance of the search. This new data-structure should also allow a more fuzzy search for a more misspell-tolerant search.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions