mirror of
https://github.com/directus/directus.git
synced 2026-01-27 21:58:02 -05:00
* Refactor parseFilter to only flatten filter entries that need it * Fixed typescript check * Use custom get function instead of lodash's. * Improved get function readability * Allow null result from shared parseFilter * Add missing defaultValue in get function * Change parseFilter argument type from Record<string, any> to Filter | null Co-authored-by: ian <licitdev@gmail.com>