User tests: Successful: Unsuccessful:
Pull Request for Issue #30372.
The stemmer in Smart Search throws an exception when there is no stemmer for that language. We catch that exception successfully, but when debugging with xdebug, the exception stops execution anyway. This change first checks if the language should be available before calling the stemmer factory.
Set the language for an item to *, start a debugging session with xdebug, save the item.
Xdebug stops execution with a NotFoundException exception.
Xdebug does not stop.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_finder |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-18 12:06:36 |
Closed_By | ⇒ | Hackwar | |
Labels |
Added:
bug
PR-4.3-dev
?
|
Status | Closed | ⇒ | New |
Closed_Date | 2023-04-18 12:06:36 | ⇒ | |
Closed_By | Hackwar | ⇒ |
Status | New | ⇒ | Pending |
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-05-30 11:34:38 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
PR-5.0-dev
Removed: PR-4.3-dev |
thanks