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

[Maps] Search room #8

Open
5 tasks done
dantetemplar opened this issue Oct 9, 2024 · 0 comments
Open
5 tasks done

[Maps] Search room #8

dantetemplar opened this issue Oct 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dantetemplar
Copy link
Member

dantetemplar commented Oct 9, 2024

Describe the feature

If you don't know where is 4.5 you can't find it easily on the map, so it will be wonderful to have some search bar to put "4.5" and find needed room.

Suggested solution

  • Implement fuzzy search over Areas on the backend part
    • Add endpoint GET /scenes/areas/search with string query param query that will return list of scene ids and indexes of area from scene.areas.
    • Add searchable properties to Area schema, f.e. title and description.
    • First, implement search by full match on title.
    • Try to add some fuzzy search on concatenation of searchable fields and return search results with scoring (rapidfuzz lib)

Additional context

No response

@dantetemplar dantetemplar added the enhancement New feature or request label Oct 9, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in InNoHassle Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 👀 In review
Development

No branches or pull requests

1 participant