We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ade102 commit 13b75b9Copy full SHA for 13b75b9
src/ParseQuery.ts
@@ -1601,7 +1601,6 @@ class ParseQuery<T extends ParseObject = ParseObject> {
1601
* @returns {Promise} Returns a promise that will be resolved with the results
1602
* of the search
1603
* */
1604
-
1605
async search(value: string, path: string[], options: SearchOptions = {}): Promise<Array<any>> {
1606
if (!value) {
1607
throw new Error('A search term is required.');
0 commit comments