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

web: game search in database #127

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

Cari1111
Copy link
Collaborator

Issues

Changes

  • Added searchUsers that can search for multiple users with names that contain the entered name.
  • Added searchGames that can search for games with max three keywords. The keywords can be the game-ID or user names.
  • Search functions use Sets to make sure that the search results are unique.

Future

The search uses a lot of database queries. I'm not sure if the search can be more efficient at some parts.

@Cari1111 Cari1111 self-assigned this Mar 15, 2024
@Cari1111 Cari1111 added the web use when something changes the web in any kind label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web use when something changes the web in any kind
Projects
None yet
Development

Successfully merging this pull request may close these issues.

web: search games
1 participant