feature #8
|
@ -143,7 +143,7 @@ public function apiCustomSearch(Request $request): JsonResponse
|
|||
->where([
|
||||
['blogName', 'LIKE', '%' . $request->location_search . '%', 'or'],
|
||||
['blogUrl', 'LIKE', '%' . $request->location_search . '%', 'or'],
|
||||
['blogOwnEmail', 'LIKE', '%' . $request->location_search . '%', 'or']])
|
||||
['blogOwnEmail', '=', $request->location_search, 'or']])
|
||||
->select('blogName','blogUrl','blogDescription','blogIcon')
|
||||
->orderBy('id')
|
||||
->get()
|
||||
|
|
Loading…
Reference in New Issue
Block a user