lazydog2
lazydog2
The code in #36, or a version of it, might also assist with this issue.
This version of normalize seems to handle multi-character confusables and closely matches the behavior of the existing normalize function: ``` import string from copy import copy def normalize(string, prioritize_chars=False, prioritized_char_set=string.ascii_lowercase):...
I have a similar or identical question, I'd like to be able to perform a search from the homepage and sort the results by date with the most recent articles...