Skip to content

Commit 84f21dc

Browse files
committed
docs: remove some knockout references
1 parent 11ec444 commit 84f21dc

File tree

1 file changed

+1
-1
lines changed
  • docs/modeling/model-components/attributes

1 file changed

+1
-1
lines changed

docs/modeling/model-components/attributes/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
`IntelliTect.Coalesce.DataAnnotations.SearchAttribute`
55

6-
Coalesce supports searching through the generated API in its various implementations, including the generated list views (Table & Cards), in Select2 dropdowns, and directly through the TypeScript ListViewModels' `search` property.
6+
Coalesce supports searching through the generated API in its various implementations, including the [admin pages](/stacks/vue/coalesce-vue-vuetify/components/c-admin-table-page.md) and through the [ListViewModels](/stacks/vue/layers/viewmodels.md#listviewmodels)'s `$params.search` properly.
77

88
The `search` parameter of the API can also be formatted as ``PropertyName:SearchTerm`` in order to search on an arbitrary property of a model. For example, a value of ``Nickname:Steve-o`` for a search term would search the `Nickname` property, even through it is not marked as searchable using this attribute.
99

0 commit comments

Comments
 (0)