spraakbanken / skbl-portal

The flask application running the https://skbl.se web page
https://skbl.se
MIT License
4 stars 1 forks source link

Improve search #13

Open kod-kristoff opened 4 years ago

kod-kristoff commented 4 years ago

Current semantics:

Proposals:

search skbl.se UB Gotlib glob
* matches zero or more + + + +
? matches exactly one - + - +
-> implicit AND + + + -
+ -> implicit AND + + - -
~ -> implicit AND + + + -
- -> implicit AND - + + -
"" matches whole expression - + + -
ao also matches åäö - + + -
åäö also matches ao - - - -
Fuzzy search - - - -
kod-kristoff commented 4 years ago

UB supports

kod-kristoff commented 4 years ago

Gotlib supports

kod-kristoff commented 4 years ago

In glob: