diff --git a/content/feed/full-table-search/index.md b/content/feed/full-table-search/index.md index da5088d..e87b8be 100644 --- a/content/feed/full-table-search/index.md +++ b/content/feed/full-table-search/index.md @@ -17,7 +17,7 @@ Finding a value in a large table usually means writing a query first: guess whic The search box sits in the Viewer toolbar, next to a **Numeric** checkbox: -- **Text search** matches part of a value, so `Smith` finds `Smithson` and `smith` finds `Goldsmith`. The comparison is case sensitive, using the SASĀ® `CONTAINS` operator, so `smith` will not find `Smithson`. +- **Text search** matches part of a value using the case sensitive SASĀ® `CONTAINS` operator, so `smith` finds `Goldsmith` but not `Smithson`. - **Numeric search** (tick the box) matches the number exactly against every numeric column in the table. Whichever you use, the results are ordinary rows in the Viewer, with the rest of the screen behaving exactly as it does for a normal view.