You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@matthewhegarty thanks for investigating, could you confirm it's really a SQLite limitation, and if so, add a note to the related documentation ? Thanks !
I tried to update the example application to include global search support for the YADCF column filters.
i.e. in example/album/views.py:
However, the inclusion of
GlobalFilter
inYADCFModelMultipleChoiceFilter
causes the example application to crash.To reproduce, include the code above (example/albums/views.py), and enter a value into the multi select filter
This will cause the application to crash with:
I suspect that this might be due to the lack of regexp support in sqlite by default.
st1.txt
The text was updated successfully, but these errors were encountered: