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

User input stop words #4637

Closed
Heveya opened this issue May 16, 2024 · 5 comments
Closed

User input stop words #4637

Heveya opened this issue May 16, 2024 · 5 comments
Labels
support Issues related to support questions

Comments

@Heveya
Copy link

Heveya commented May 16, 2024

I have search form with 2 text fields: "search text" and "no search text";
The first is common search text field, the second list of words that should be used to remove found result from first input.

Example
Have object: "a b c", "b c d", "c d a",
Search: "a c" (found: "a b c", "b c d", "c d a")
No search: "b" (excluded: "a b c", "b c d")
Result: "c d a"

How i could make it in POST http://localhost:7700/search?

@curquiza curquiza added the support Issues related to support questions label May 22, 2024
@curquiza
Copy link
Member

Hello @Heveya
I'm not sure I get it, but can the negative search operator help you?
https://www.meilisearch.com/docs/reference/api/search#negative-search

@Heveya
Copy link
Author

Heveya commented May 22, 2024

Hello @Heveya I'm not sure I get it, but can the negative search operator help you? https://www.meilisearch.com/docs/reference/api/search#negative-search

Thanks for answer. This is what i need.

@ManyTheFish
Copy link
Member

Hello @Heveya,
If the negative search operator suits your needs, can we close this issue as solved?

Thank you!

@Heveya
Copy link
Author

Heveya commented May 24, 2024

Yes, you can.

@ManyTheFish
Copy link
Member

Thank you,
I close it,

Have a good week!

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

No branches or pull requests

3 participants