Skip to content
  • Yuya Nishihara's avatar
    manifestmodel: make keyword filter case-insensitive by using relre pattern · d18135346811
    Yuya Nishihara authored
    Up until 3935fa85ce52, keyword filter was case-insensitive on Windows because
    fnmatch follows the rule of the underlying operating system.
    
    Currently we have no common rule about the case sensitivity (*1), but case-
    insensitive matching will be good for quick filters.
    
        *1:
        manifest: (originally) case-insensitive on Windows
        revdetails: case-sensitive, but replaced by manifest model
        status: case-sensitive
    
        repofilter: ("keyword()" predicate is) case-insensitive
    d18135346811