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

enhance(search): split query at dot #9840

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Oct 18, 2023

Summary

(MP-345)

Problem

Since the Web/API page retitling project, some pages like Window: open() method can no longer be found by "dot queries" like window.open.

Solution

Treat the dot (.) as a word separator.


Screenshots

Before

image

After

image

How did you test this change?

Ran yarn && yarn dev and searched for window.open locally.

Allows to find "Window: open() method" with "window.open".
@caugner caugner requested a review from a team October 18, 2023 10:51
Copy link
Member

@LeoMcA LeoMcA left a comment

Choose a reason for hiding this comment

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

lgtm

@caugner caugner merged commit 9286d7b into main Oct 26, 2023
@caugner caugner deleted the enhance-search-split-at-dot branch October 26, 2023 11:18
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