We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'a b b' contains text 'a b' all words window 2 words
Expected: true, returned: false.
true
false
The text was updated successfully, but these errors were encountered:
Related: 'a b c b' contains text 'a b c' all words ordered
'a b c b' contains text 'a b c' all words ordered
Sorry, something went wrong.
Expected:
'adverse' contains text 'adverse' using stemming, 'fox' contains text 'fox' any word using stemming
Unexpected:
'adverse' contains text 'adverse' all words using stemming, 'adverse' contains text 'adverse' any word using stemming
No branches or pull requests
Expected:
true
, returned:false
.The text was updated successfully, but these errors were encountered: