File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
tests/Feature/Controllers Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class ScoutBuilder implements QueryBuilder
2323 * underlying search operation.
2424 *
2525 * @param array $parameters An associative array of search criteria, which may include:
26- * - 'text': The search query string.
26+ * - 'text': An array containing 'value' (search string) and optionally 'trashed' ('with'|'only') .
2727 * - 'filters': An array of filter conditions.
2828 * - 'sorts': An array of sorting directives.
2929 * - 'instructions': Additional query instructions.
Original file line number Diff line number Diff line change @@ -444,9 +444,7 @@ public function test_getting_a_list_of_resources_only_trashed(): void
444444 ],
445445 ['Accept ' => 'application/json ' ]
446446 );
447-
448- // @TODO: test only correctly applyed
449-
447+
450448 $ this ->assertResourcePaginated (
451449 $ response ,
452450 [],
You can’t perform that action at this time.
0 commit comments