Skip to content

Commit b2b3460

Browse files
authored
DOCSP-9534-update: change search operator to text (#152)
1 parent 6e2e157 commit b2b3460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/steps-fts-sample-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ content: |
8888
.. code-block:: none
8989
9090
{
91-
search: {
91+
text: {
9292
query: 'vampires and werewolves',
9393
path: 'fullplot'
9494
},
@@ -193,7 +193,7 @@ content: |
193193
return collection.aggregate([
194194
{
195195
$search: {
196-
search: {
196+
text: {
197197
query: arg,
198198
path:'fullplot',
199199
},

0 commit comments

Comments
 (0)