Skip to content

Commit 18963b4

Browse files
author
rkrishn7
committed
chore: update README
1 parent a0ba66e commit 18963b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ const results = await Employee.search({
8484

8585
`search()` requires a `Search` object as its argument, which has the following properties:
8686

87-
| Property | Description |
88-
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
89-
| predicate `string` (required) | The search string, as described in **Grammar** |
90-
| limit `number` | A limit on the number of results |
91-
| fields `string[]` | Fields to select (supports aliased fields) |
92-
| aliases `Record<string, string>` | An object that contains mappings from alias name to relation name. These are to be used in `predicate` and `fields`. |
93-
| orderBy `[string, 'desc' | 'asc']` | Used for ordering results. |
87+
| Property | Description |
88+
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
89+
| predicate `string` (required) | The search string, as described in **Grammar** |
90+
| limit `number` | A limit on the number of results |
91+
| fields `string[]` | Fields to select (supports aliased fields) |
92+
| aliases `Record<string, string>` | An object that contains mappings from alias name to relation name. These are to be used in `predicate` and `fields`. |
93+
| orderBy `[string, 'desc' / 'asc']` | Used for ordering results. |
9494

9595
## Caching
9696

0 commit comments

Comments
 (0)