Skip to content

Commit 34672b1

Browse files
committed
typo fix in README
1 parent d7f9111 commit 34672b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ searcher.add_property_filter("SUMMARY", "meeting", case_sensitive=False)
4545
searcher.add_property_filter("SUMMARY", "Meeting")
4646
```
4747

48-
Case-insensitivity is not straight-forward. It may cause non-deterministic sort results, and there may be problems with unicode characters - i.e., according to the CalDAV standard, case-insensitivity should only apply to ASCII-characters - causing mismatches between naïve and NAÏVE, cliché and CLICHÉ, smörgåsbord and SMØRGÅSBORD, not to forget millions of words in non-English languages, complete non-latin scripts, etc. While this library handles Unicode well, the CalDAV library will by default ask the server to do the search.
48+
Case-insensitivity is not straight-forward. It may cause non-deterministic sort results, and there may be problems with unicode characters - i.e., according to the CalDAV standard, case-insensitivity should only apply to ASCII-characters - causing mismatches between naïve and NAÏVE, cliché and CLICHÉ, smörgåsbord and SMÖRGÅSBORD, not to forget millions of words in non-English languages, complete non-latin scripts, etc. While this library handles Unicode well, the CalDAV library will by default ask the server to do the search.
4949

5050
### Category Filtering
5151

0 commit comments

Comments
 (0)