Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fuzzy filtering among all projects, included into the one version #36

Open
svetlyak40wt opened this issue Mar 21, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed medium A feature of medium size. If unsure, ty to solve few "good first" issues.

Comments

@svetlyak40wt
Copy link
Member

svetlyak40wt commented Mar 21, 2019

Right now pages like https://ultralisp.org/versions/20190321044000 contain more than a thousand projects and it is impossible to check if some library was included or not.

It will be useful to add a text input which will do fuzzy filtering by project name. Probably this can be done on the frontend only. Or maybe we don't need to show the whole list by default, but instead to show only a search input and a total number of projects.

This also will be useful on the main page and on the page of the author.

Also, the search could be improved in future, when we'll add a "tags" or "categories".

There is also another task on doing fuzzy search: #23

@svetlyak40wt svetlyak40wt added help wanted Extra attention is needed medium A feature of medium size. If unsure, ty to solve few "good first" issues. enhancement New feature or request labels Mar 21, 2019
@Hexstream
Copy link
Contributor

I'll mention in passing that you might want to look into dgraph, which is an insanely advanced real-time distributed graph database, and it also supports fuzzy search.

I'm planning on investing massively in dgraph, "as soon as possible". (I've been in dire need of a database for years, and I don't like traditional SQL, and most NoSQL solutions seem wanting.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed medium A feature of medium size. If unsure, ty to solve few "good first" issues.
Projects
None yet
Development

No branches or pull requests

2 participants