Search
To search the records of a collection we can issue a query which returns an array with the matching records.
await collection.query('search', 'your search string')
This will return an array of records.
To search the records of a collection we can issue a query which returns an array with the matching records.
await collection.query('search', 'your search string')
This will return an array of records.