meteor-admin icon indicating copy to clipboard operation
meteor-admin copied to clipboard

Advanced Filtering

Open kaoskeya opened this issue 10 years ago • 0 comments

Filtering currently looks for an exact case-sensitive match. The following types of filters can be implemented:

  • $in
  • range ($gt, $lt)
  • Case insensitive ( {field: { $regex: value, $options: 'i' } } )
  • Dropdown for Boolean fields (All/True/False) and Autoform 'allowedValues'.

Please comment for other search type requests.

kaoskeya avatar Feb 13 '15 16:02 kaoskeya