digislexia
digislexia
OS: Ubuntu 20.04.2 LTS Python: Python 3.8 Dateparser version: 1.0.0 input: `Сервис будет недоступен с 12 января по 30 апреля` search.search_dates result: `[('января', datetime.datetime(2021, 1, 3, 0, 0)), ('30 апреля',...
https://github.com/nemrutco/nova-global-filter/issues/31 https://github.com/nemrutco/nova-global-filter/issues/32
If my custom filter requires some arguments in constructor, for example i want to pass column name, operator for query etc. then i cant use this filter because of `$currentFilter...
If i define `key()` method in my custom filter, for example if i want two instances of date filter: from & to, then check `!in_array($filter, $filters)` in `globalFiltered` method will...