Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
289Adam289 committed Jan 8, 2025
1 parent 88b6639 commit 86acfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/SearchQueryUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const UserFriendlyKeyMap: Record<SearchFilterKey | typeof CONST.SEARCH.SYNTAX_RO

/**
* @private
* Returns string value wrapped in quotes "", if the value contains special characters.
* Returns string value wrapped in quotes "", if the value contains space.
*/
function sanitizeSearchValue(str: string) {
if (str.includes(' ')) {
Expand Down

0 comments on commit 86acfed

Please sign in to comment.