tsimport {PowerSearch} from '@astryxdesign/core/PowerSearch'
| Guidance | Practices |
|---|---|
| Do | Define clear, descriptive field names and aliases so users can quickly find the filter they need. |
| Do | Provide a result count to give users feedback on how their filters affect the data set. |
| Don't | Use PowerSearch for simple keyword searches; a standard text input is more appropriate for single-field lookups. |