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
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
The Java OData Generator sometimes generates and filter strings which are nested like this:
In odata-helper.js this filter is split into
which do not match the regular expressions in
applyFilter()
because these can only handle one open or close parenthesis.The text was updated successfully, but these errors were encountered: