@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -415,3 +415,3 @@ declare const STAGE_OPERATORS: readonly [{ | ||
readonly description: "Performs a full-text search on the specified field(s)."; | ||
readonly comment: "/**\n * index: The name of the Search index.\n * text: Analyzed search, with required fields of query and path, the analyzed field(s) to search.\n * term: Un-analyzed search.\n * compound: Combines ops.\n * span: Find in text field regions.\n * exists: Test for presence of a field.\n * near: Find near number or date.\n * range: Find in numeric or date range.\n */\n"; | ||
readonly comment: "/**\n * index: The name of the Search index.\n * text: Analyzed search, with required fields of query and path, the analyzed field(s) to search.\n * compound: Combines ops.\n * span: Find in text field regions.\n * exists: Test for presence of a field.\n * near: Find near number or date.\n * range: Find in numeric or date range.\n */\n"; | ||
readonly snippet: "{\n index: '${1:string}',\n text: {\n query: '${2:string}',\n path: '${3:string}'\n }\n}"; | ||
@@ -418,0 +418,0 @@ }, { |
@@ -699,3 +699,2 @@ "use strict"; | ||
* text: Analyzed search, with required fields of query and path, the analyzed field(s) to search. | ||
* term: Un-analyzed search. | ||
* compound: Combines ops. | ||
@@ -702,0 +701,0 @@ * span: Find in text field regions. |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"repository": { | ||
@@ -72,3 +72,3 @@ "type": "git", | ||
}, | ||
"gitHead": "b89e86c9a961b91babba98e7435b1a244a1a6cb5" | ||
"gitHead": "8871651d2d0582253d02d8d71ad221eb2b020e29" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
339265
8110