Skip to content

feat(ARC-3806): or the values inside one filter in the search query - #733

Open
RobbeBierebeeck wants to merge 4 commits into
release/v4.4from
feature/ARC-3806_redesign-advanced-filters
Open

feat(ARC-3806): or the values inside one filter in the search query#733
RobbeBierebeeck wants to merge 4 commits into
release/v4.4from
feature/ARC-3806_redesign-advanced-filters

Conversation

@RobbeBierebeeck

Copy link
Copy Markdown
Contributor

const escapedQuery = query
.trim()
.toLowerCase()
.replace(/([*?\\])/g, '\\$1');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

add an explanation to this regex replace

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.

3 participants