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
With Api Platform, how could i manage an OR clause ?
I want to search Author on firstname or lastname, how may i do this ?
Should i use a DB View, map an entity on it (which would extends the Author entity) and add an extra virtual field name which concat both firts and last ?
The text was updated successfully, but these errors were encountered:
With Api Platform, how could i manage an OR clause ?
I want to search Author on firstname or lastname, how may i do this ?
Should i use a DB View, map an entity on it (which would extends the Author entity) and add an extra virtual field name which concat both firts and last ?
The text was updated successfully, but these errors were encountered: