Skip to content
Martin Scholl edited this page Dec 9, 2013 · 3 revisions

Error 4000001: invalid filter parameter format:

The filter format that has been provided is not valid. The filter format follow these rules:

  • Format:
    • filter => kv(,kv)*
    • kv => k:v
    • k => p(\.p)*
    • p => string
    • v => regex | empty
  • k: is a match for nil values
  • p must not contain '.' or: any '.' in k will be used to split k into a series of p. This basically means that properties with '.' in their names are not supported by the filter
Clone this wiki locally