Skip to content

Commit 88ccb6a

Browse files
committed
split full text quickstart via pivots
1 parent c60c18b commit 88ccb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/includes/quickstarts/full-text-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,6 @@ let documentResult = await searchClient.getDocument(key='3')
552552
console.log(`HotelId: ${documentResult.HotelId}; HotelName: ${documentResult.HotelName}`)
553553
```
554554

555-
## Run the sample
555+
## Run the sample again
556556

557557
Run the program by using `node index.js`. Now, in addition to the previous steps, the queries are sent and the results written to the console.

0 commit comments

Comments
 (0)