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
Previously only Links/Multilinks where the property name (e.g. "status)
is equal to the linked class name (e.g. "status") worked. Now we can
search for String, Date, Link/Multilink, with no restrictions.
Also honor the search permissions.
In the process we rename page_size, page_index parameters to the search
to @page_size and @page_index, respectively. Also renamed to add a
leading '@' was the fields parameter to data/<classname>/<id> (it is now
called @fields), and the action_name and action_args parameters to the
PATCH method on data/<classname>/<id>.
0 commit comments