1 files changed, 2 insertions(+), 2 deletions(-)
M README.md
M README.md => README.md +2 -2
@@ 52,9 52,9 @@ _BlobPad_ supports full-text searching with a custom query language:
### Query language
- - `+query`/`-query`: will match a note only if it matches/does not matches the query term
- - `"query"`: will match the query term exactly/requires an exact match (even in the middle of word)
+ - `+query`/`-query`: will match a note only if it matches/does not match the query term
- `query`: the query term will be stemmed and matched with the note "text index"
+ - `"query"`: requires an exact match (even in the middle of word), can contains spaces
### Sample queries