checkout 4.0-dev
apply #29428 so that you can actually use com_finder (Bug not fixed in, or broken by that PR, it exists before and after that PR, but you need that PR to actually GET TO the search page at the moment)
Create a new menu item pointing to smart search
visit that menu item on the frontend
search for
:":":@£4@£$asd
No results. No PHP Notices
PHP Notices repeated/
Notice
: Trying to get property 'phrase' of non-object in
/application/administrator/components/com_finder/src/Indexer/Query.php
on line
1329
Notice
: Trying to get property 'term' of non-object in
/application/administrator/components/com_finder/src/Indexer/Query.php
on line
1338
Notice
: Trying to get property 'stem' of non-object in
/application/administrator/components/com_finder/src/Indexer/Query.php
on line
1338
Mysqli
driver
Labels |
Added:
?
|
I suspect it something with value filtering, in the end (after filtering) it doing search for empty string.
But not tested.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-05 21:00:33 |
Closed_By | ⇒ | Quy |
I have managed to reduce the search string needed to replicate this down to (with the quotes, so all 3 chars into the search box)
using just that will replicate this problem