David

Results 2 issues of David

Made it possible to use fulltext on related attributes. Example: ```json { ... "collection": { "orderBy": "createdAt", "order": "desc", "textFilterFields": [ "product.name" ], "fullTextSearch": true, "countDisabled": false }, } ```

Useful for multiple monitor setup, where each monitor has different dimensions.