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 Feb 6, 2025. It is now read-only.
I'm interested to see if we would have to re-evaluate the sorting strategy. What the function is doing now is it wraps the original query with another query and then returns. Unlike the filtering function which never re-assigns the query param
When using the
getSortQuery
from pleco-knex when making a call with the{ mutate: true }
flag the original query is not mutated. Instead of callingto change the query, we must now do this:
The text was updated successfully, but these errors were encountered: