Results 2 comments of AFM Sayem

Any update on this? Links to the original file is broken at the moment. If this gets merged can the `port` be a variable in `url-patterns`. In my use case,...

You can write your own filter using `registerFilter`. Here's the documentation: https://github.com/Vincit/objection-find/blob/master/API.md#registerfilterstring-function---findquerybuilder Here is an example of a custom full-text-search(`search`) filter: https://github.com/afm-sayem/ground-zero/blob/master/components/filters/text-search.js