-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.0] HTML Error 414 on Smart Search #42889
Comments
the long string in the url is a base64 decoded string of the terms to highlight on the page. |
@brianteeman |
Change Smart Serach configuration. Change "Word Match" to "Match exactly". |
It happens because you have set "Word Match" to "Match words containing the search term anywhere". joomla-cms/administrator/components/com_finder/src/Indexer/Query.php Lines 1262 to 1266 in f8003bc
|
I set it as a bug, we at least should limit the number of terms to highlighting. |
Please test #42921 |
The issue was filed for J5.0, but the resulting PR #42921 is for J4.4, as of the headline. Does it apply to J5.0 as well? |
The bug affects both 4.x and 5.x, |
Under J4.4, the behaviour is different from what I've seen in J5.0: Without or with the patch applied:
Under 5.0, I get the error described above. |
I think you have a different configuration for Smart search for j4 and j5. The error will not happen on default installation, with default parameters. |
I have set the Smart Search configuration as described in your testing instructions. And "Word Match" is set to exactly this option on my faulty site. |
Another reason that your test installation for j4 has less amount of content than my. |
Steps to reproduce the issue
Expected result
The respective page of the website is displayed.
Actual result
System information (as much as possible)
Joomla 5.0.3
PHP 8.2.2
MySQL 8.0.33
Additional comments
The text was updated successfully, but these errors were encountered: