You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
7
7
8
8
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.
0 commit comments