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

support more search operators #3115

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

peterbe
Copy link
Contributor

@peterbe peterbe commented Mar 3, 2021

There are more operators (e.g. Unsigned right shift assignment (>>>=)). I picked through the ones that aren't too obscure or ones that could cause confusion. For example, the in operator turns up in too many titles and bodies as a regular stopword so it's probably best to leave it alone.
This'll cover a bunch of more typical ones.

Some examples:
Screen Shot 2021-03-03 at 11 45 17 AM

Screen Shot 2021-03-03 at 11 45 23 AM

Screen Shot 2021-03-03 at 11 48 16 AM

@peterbe peterbe requested a review from escattone March 3, 2021 16:48
@peterbe
Copy link
Contributor Author

peterbe commented Mar 3, 2021

Note-to-self; Once this lands, remember to run a Dev build because that's what many of us are using for our local kuma docker-compose when we don't want to run a local elasticsearch server.

@escattone escattone merged commit ce8d5c5 into mdn:main Mar 3, 2021
@peterbe peterbe deleted the support-more-search-operators branch March 3, 2021 19:39
peterbe added a commit to peterbe/yari that referenced this pull request Jun 1, 2021
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.

2 participants