Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Improve search to more smarter #30

Description

@veeeeeRySeXy

Right now we have primitive search with complete phrase match, but in case when you really don't know right name of package it can be a problem.

New search logic should works like this:

  1. Split entered phrase on words.
  2. Check containing each word in any resource text (name, description, url, etc.).
  3. If all search words found we must consider this package appropriate.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions