Skip to content

Commit c4b1062

Browse files
committed
review fixes
1 parent 37e61a4 commit c4b1062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/includes/quickstarts/search-get-started-vector-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can add filters, but the filters are applied to the nonvector content in you
148148
Score: 0.57902366, HotelId: 2, HotelName: Old Century Hotel, Tags: poolfree wifiair conditioningconcierge
149149
```
150150
151-
The query was the same as the previous [single vector search example](#single-vector-search), but it includes a post-processing exclusion filter and returns only the two hotels that have free Wi-Fi.
151+
The query was the same as the previous [single vector search example](#single-vector-search), but it includes a post-processing exclusion filter and returns only the two hotels that have free Wi-Fi.
152152
153153
1. The next filter example uses a **geo filter**. In the `Program.cs` file of the `VectorSearchExamples` folder, uncomment the method call `SearchExamples.SingleSearchWithGeoFilter(searchClient, vectorizedResult);`. This method executes the following search function in the `SearchExamples.cs` class:
154154
@@ -170,7 +170,7 @@ You can add filters, but the filters are applied to the nonvector content in you
170170
HotelName: Swirling Currents Hotel
171171
Score: 0.602634072303772
172172
City/State: Arlington/VA
173-
Description: Spacious rooms, glamorous suites and residences, rooftop pool, walking access to shopping, dining, entertainment and the city center. Each room comes equipped with a microwave, a coffee maker and a minifridge. In-room entertainment includes complimentary W-Fi and flat-screen TVs.
173+
Description: Spacious rooms, glamorous suites and residences, rooftop pool, walking access to shopping, dining, entertainment and the city center. Each room comes equipped with a microwave, a coffee maker and a minifridge. In-room entertainment includes complimentary Wi-Fi and flat-screen TVs.
174174
```
175175
176176
### Hybrid search

0 commit comments

Comments
 (0)