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 search endpoint by username #73

Merged
merged 6 commits into from
Aug 21, 2024
Merged

Conversation

SHAcollision
Copy link
Collaborator

Fixes #72

Pre-submission Checklist

For tests to work you need a working neo4j instance with the example dataset in docker/db-migration

  • Testing: Implement and pass new tests for all new code, while maintaining existing test suite, cargo test.
  • Performance: Ensure new code has relevant performance benchmarks, cargo bench

@SHAcollision SHAcollision added enhancement New feature or request 🔮 nexus labels Aug 19, 2024
@SHAcollision SHAcollision added this to the v0.1.0 - Beta milestone Aug 19, 2024
@SHAcollision SHAcollision self-assigned this Aug 19, 2024
@SHAcollision SHAcollision marked this pull request as ready for review August 19, 2024 06:33
@SHAcollision SHAcollision force-pushed the feat/add-search-usernames branch from 6c514fa to 2803c18 Compare August 19, 2024 06:42
@SHAcollision SHAcollision merged commit 91ec606 into main Aug 21, 2024
3 checks passed
@SHAcollision SHAcollision deleted the feat/add-search-usernames branch August 21, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🔮 nexus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement search endpoint and search for user_ids partially matching username
1 participant