Skip to content
Snippets Groups Projects
Forked from ICS Control System Infrastructure / csentry
Source project has a limited visibility.
  • Benjamin Bertrand's avatar
    67b2f815
    Fix case insensitive search · 67b2f815
    Benjamin Bertrand authored
    Search on keyword can be made case insensitive by using a normalizer.
    But some fields with type keyword include several words.
    They are only returned by entering all words. This is not what
    most users expect.
    
    It's better to use the "text" type by default (for text fields) and add
    an extra "keyword" field of type "keyword" for sorting.
    
    JIRA INFRA-770
    67b2f815
    History
    Fix case insensitive search
    Benjamin Bertrand authored
    Search on keyword can be made case insensitive by using a normalizer.
    But some fields with type keyword include several words.
    They are only returned by entering all words. This is not what
    most users expect.
    
    It's better to use the "text" type by default (for text fields) and add
    an extra "keyword" field of type "keyword" for sorting.
    
    JIRA INFRA-770
Code owners
Assign users and groups as approvers for specific file changes. Learn more.