@wix/search 1.0.37 → 1.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/search",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@wix/search_site-search": "1.0.24",
22
- "@wix/search_wix-site-search": "1.0.15"
22
+ "@wix/search_wix-site-search": "1.0.16"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "6323dd4dd320358e403019c826eaeaf75534e19c74cbeda637857c36"
47
+ "falconPackageHash": "648bd2bf1a91c91ca28e93f2818b1c19224f63a635bcd611416ed4b2"
48
48
  }
@@ -337,9 +337,9 @@ interface SearchSignature$1 {
337
337
  /**
338
338
  * Retrieves a list of site documents that match the provided search query and optionally performs aggregations on the data queried.
339
339
  *
340
- * The Search API supports the document types listed in the [Introduction](https://dev.wix.com/docs/rest/business-management/search/wix-site-search/introduction), each with its own schema. These schemas define the fields available for filtering, sorting, and free-text searching.
340
+ * The `search()` API supports the document types listed in the [Introduction](https://dev.wix.com/docs/sdk/backend-modules/search/wix-site-search/introduction), each with its own schema. These schemas define the fields available for filtering, sorting, and free-text searching.
341
341
  *
342
- * To learn more about working with the search query, see [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
342
+ * To learn more about working with the search query, see [API Query Language](https://dev.wix.com/docs/sdk/articles/working-with-the-sdk/api-query-language).
343
343
  * @param - Search query and aggregation information.
344
344
  * @param - Document type to search in.
345
345
  */
@@ -337,9 +337,9 @@ interface SearchSignature$1 {
337
337
  /**
338
338
  * Retrieves a list of site documents that match the provided search query and optionally performs aggregations on the data queried.
339
339
  *
340
- * The Search API supports the document types listed in the [Introduction](https://dev.wix.com/docs/rest/business-management/search/wix-site-search/introduction), each with its own schema. These schemas define the fields available for filtering, sorting, and free-text searching.
340
+ * The `search()` API supports the document types listed in the [Introduction](https://dev.wix.com/docs/sdk/backend-modules/search/wix-site-search/introduction), each with its own schema. These schemas define the fields available for filtering, sorting, and free-text searching.
341
341
  *
342
- * To learn more about working with the search query, see [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
342
+ * To learn more about working with the search query, see [API Query Language](https://dev.wix.com/docs/sdk/articles/working-with-the-sdk/api-query-language).
343
343
  * @param - Search query and aggregation information.
344
344
  * @param - Document type to search in.
345
345
  */