You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A search for the phrase red apple will be parsed as 'red' & 'appl'. However, many users are attempting exact phrase matches such as to be or not to be.
Desired behaviour
A quoted phrase should be matched exactly, including stop words.
Current
A search for the phrase
red applewill be parsed as'red' & 'appl'. However, many users are attempting exact phrase matches such asto be or not to be.Desired behaviour
A quoted phrase should be matched exactly, including stop words.