meteor-admin
meteor-admin copied to clipboard
Advanced Filtering
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.