Skip to content

feat(tables): allow columns to override search term splitting for individual searches#20105

Open
ropi-bc wants to merge 1 commit into
filamentphp:4.xfrom
ropi-bc:tables/column-level-split-search-terms
Open

feat(tables): allow columns to override search term splitting for individual searches#20105
ropi-bc wants to merge 1 commit into
filamentphp:4.xfrom
ropi-bc:tables/column-level-split-search-terms

Conversation

@ropi-bc

@ropi-bc ropi-bc commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Description

Columns can now define splitSearchTerms() to override the table-level setting for their individual search inputs. By default, columns do not define this, and the table's splitSearchTerms() setting is used. I had a few usecases where I only specific columns with/without splitting search terms, and this fixes it.

Visual changes

Functional changes

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

…ividual searches

Columns can now define `splitSearchTerms()` to override the table-level
setting for their individual search inputs. By default, columns do not
define this, and the table's `splitSearchTerms()` setting is used.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-project-automation github-project-automation Bot moved this to Todo in Roadmap Jul 3, 2026
@danharrin danharrin added enhancement New feature or request pending review labels Jul 3, 2026
@danharrin danharrin added this to the v4 milestone Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request pending review

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants