Skip to content
  • Iustin Pop's avatar
    Rename filter and filter_ to qfilter · 2e5c33db
    Iustin Pop authored
    
    
    We currently use 'filter' as the OpCode, QueryRequest and RAPI field
    name for representing a query filter. However, since 'filter' is a
    built-in function, we actually have to use filter_ throughout the code
    in order to not override the built-in function.
    
    This patch simply goes and does a global sed over the code. Due to the
    fact that the RAPI interface already exposed this field, we add
    compatibility code for now which handles both forms.
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
    2e5c33db