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 support for startsWith metadata queries in useThreads #1549

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

marcbouchenoire
Copy link
Collaborator

@FlowFlorent FlowFlorent mentioned this pull request Apr 4, 2024
3 tasks
*
* In addition to exact values (`:` in query string), it adds:
* - to strings:
* - `startsWith` (`^` in query string)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to make startsWith available if the value is a string type?

boolean and number values can only have an exact match :

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep this type only adds startsWith to string values, all other values remain exact-only.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Sorry I think I misread the comment 😅

Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-nextjs-comments-audio ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 11:38am
examples-nextjs-comments-notifications ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 11:38am

Copy link

vercel bot commented Apr 5, 2024

Deployment failed with the following error:

Too many requests - try again in 1 minute (more than 60, code: "api-deployments-flood").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants