mirror of
https://github.com/directus/directus.git
synced 2026-02-08 03:35:18 -05:00
* Don't allow `empty` filter for non-string types. Add `null` filter. * Hide filter input when filter operator is null/nnull. Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Views
Views are the top-level parent component that are used in all modules. Directus will only have two Views for the
foreseeable future: public and private for non-authenticated and authenticated routes respectively.