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

Case insensitive search #156

Open
2 tasks
chennisden opened this issue Jun 25, 2024 · 1 comment
Open
2 tasks

Case insensitive search #156

chennisden opened this issue Jun 25, 2024 · 1 comment
Labels
backend Feature requests for the backend

Comments

@chennisden
Copy link
Contributor

chennisden commented Jun 25, 2024

  • Fix db writes to add a new field for searching with case-insensitive queries, and change the dynamo db searches to search on that field
  • Replace all table.scan operations with either a DynamoDB query method with pagination, or query with boto3 (since the AWS boto sdk provides low level pagination abstraction)

Source

@codekansas codekansas added the backend Feature requests for the backend label Aug 1, 2024
@codekansas
Copy link
Member

seems like a large change, low priority for now. more important would be to search by tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Feature requests for the backend
Projects
Status: Wishlist
Development

No branches or pull requests

2 participants