Skip to content

Commit b1d467a

Browse files
authored
Merge pull request #155 from rag-lab/update-select-command
update select with 'tags' field
2 parents d1577cf + 77758a9 commit b1d467a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Quickstart/azure-search-quickstart.ipynb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"# Run an empty query (returns selected fields, all documents)\n",
241241
"results = search_client.search(query_type='simple',\n",
242242
" search_text=\"*\" ,\n",
243-
" select='HotelName,Description',\n",
243+
" select='HotelName,Description,Tags',\n",
244244
" include_total_count=True)\n",
245245
"\n",
246246
"print ('Total Documents Matching Query:', results.get_count())\n",
@@ -445,7 +445,7 @@
445445
],
446446
"metadata": {
447447
"kernelspec": {
448-
"display_name": "Python 3",
448+
"display_name": ".venv",
449449
"language": "python",
450450
"name": "python3"
451451
},
@@ -459,12 +459,7 @@
459459
"name": "python",
460460
"nbconvert_exporter": "python",
461461
"pygments_lexer": "ipython3",
462-
"version": "3.9.5"
463-
},
464-
"vscode": {
465-
"interpreter": {
466-
"hash": "9ff083f0c83558f9261023d47a77b9b3eb892c62cdbe066d046abcad1a5edb5c"
467-
}
462+
"version": "3.10.12"
468463
}
469464
},
470465
"nbformat": 4,

0 commit comments

Comments
 (0)