Skip to content

[6.2] Use text column for finder routes#48077

Open
MacJoom wants to merge 1 commit into
joomla:6.2-devfrom
MacJoom:5.2-dev
Open

[6.2] Use text column for finder routes#48077
MacJoom wants to merge 1 commit into
joomla:6.2-devfrom
MacJoom:5.2-dev

Conversation

@MacJoom

@MacJoom MacJoom commented Jul 10, 2026

Copy link
Copy Markdown
Member

Summary of Changes

Change the Smart Search #__finder_links.route column from varchar(400) to ext for MySQL and PostgreSQL.

This prevents Smart Search indexing from failing when generated routes exceed the previous 400 character limit.

Supersedes #44414.

Testing Instructions

Use a site with article aliases close to 400 characters and run the Smart Search indexing process from Components, Smart Search, Index.

Actual result BEFORE applying this Pull Request

The indexing process can fail with a database error similar to Data too long for column 'route' at row 1.

Expected result AFTER applying this Pull Request

The index is built without failing because of long route values.

Link to documentations

No documentation changes needed.

@brianteeman

Copy link
Copy Markdown
Contributor

I have tested this item ✅ successfully on 07dca15


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48077.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants