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

Implement exact match search for Twitter search query #351

Closed
teslashibe opened this issue Jun 17, 2024 · 2 comments
Closed

Implement exact match search for Twitter search query #351

teslashibe opened this issue Jun 17, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@teslashibe
Copy link
Contributor

When we pass an exact match to the Twitter Search API endpoint it does not take the additional "search" quotation marks around the search term.

For example:

Image

@H34D H34D added triage and removed triage labels Jun 24, 2024
@mudler mudler added the enhancement New feature or request label Jul 4, 2024
@nolanjacobson nolanjacobson self-assigned this Jul 25, 2024
@nolanjacobson
Copy link
Contributor

Okay for this - the user has to escape the quotes for exact search. This is the only thing solution that will work. Swagger and the API will always throw the error on ""masa"" but if you want precise search we can do this "\"masa\" @teslashibe

@mudler
Copy link
Contributor

mudler commented Jul 29, 2024

let's close this one and add in the swagger docs the example about exact matches. Follow-up in #459

@mudler mudler closed this as completed Jul 29, 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
None yet
Development

No branches or pull requests

4 participants