Skip to content

[docs-update] Update docs for string filter case sensitivity#232

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
docs/string-filter-case-sensitivity-b6a9758a4c4b9f1a
Draft

[docs-update] Update docs for string filter case sensitivity#232
github-actions[bot] wants to merge 1 commit intomainfrom
docs/string-filter-case-sensitivity-b6a9758a4c4b9f1a

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 1, 2026

Summary

Updates docs/components/data-table.md to document the string filter case sensitivity feature.

Changesets that prompted this update

  • string-filter-case-sensitive.md — String filters in DataTable.Filters are now case-insensitive by default (using the Tailor Platform regex operator with (?i) prefix). A "Case sensitive" checkbox allows users to opt into exact-case matching. The Filter type and CollectionControl.addFilter now accept an optional caseSensitive property.

Other changesets were reviewed and found to already be reflected in the existing documentation:

  • bright-foxes-jump.md — Root page/module behavior already documented in default-sidebar.md
  • cuddly-planes-sit.mduseDataTable sort option already documented in data-table.md
  • fix-temporal-filter-formats.mddatetime/time filter types already in the filter types table
  • mean-geckos-grin.mdSelect.Async limitation already documented in select.md
  • shiny-planes-glow.mdDataTable.Pagination row count/selection info already documented
  • tall-cats-hunt.mdbetween filter mode already documented
  • remove-next-themes.md / wide-dodos-march.md — Internal/dependency changes, not user-facing

Files modified

  • docs/components/data-table.md — Added a new "String Filter Case Sensitivity" subsection under the FilterConfig section explaining:
    • Default case-insensitive behavior and how it works internally
    • The "Case sensitive" checkbox available in the filter chip UI
    • Programmatic control via CollectionControl.addFilter's caseSensitive option
    • Using caseSensitive in params.initialFilters via useCollectionVariables

Generated by Documentation Updater

Add documentation for the case-insensitive default behavior of string
filters in DataTable.Filters, including:
- Note that string filters are case-insensitive by default (regex with (?i))
- UI checkbox for users to opt into case-sensitive matching
- Programmatic control via CollectionControl.addFilter caseSensitive option
- initialFilters usage with caseSensitive property on Filter objects

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants