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
Current semantics:
*
<whitespace>
Proposals:
o
ö
a
å
ä
Petterson
Pettersson
"lunds stadsbibliotek"
?
+
~
-
""
ao
åäö
The text was updated successfully, but these errors were encountered:
UB supports
abc def
abc
def
"abc def"
petterson
pettersson
Sorry, something went wrong.
Gotlib supports
In glob:
[abc]
[]
[!abc]
No branches or pull requests
Current semantics:
*
matches zero or more of any symbol.<whitespace>
is implicitly interpreted as AND.Proposals:
o
findso
orö
,a
findsa
,å
orä
.Petterson
findsPettersson
"lunds stadsbibliotek"
*
matches zero or more?
matches exactly one+
-> implicit AND~
-> implicit AND-
-> implicit AND""
matches whole expressionao
also matchesåäö
åäö
also matchesao
The text was updated successfully, but these errors were encountered: