Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2015.11.2, 16.02, 1.3.0
-
Fix Version/s: QA tracked issues, Enablement Issues, 1.5.0
-
Component/s: Platform > Search > Legacy Search Engine, Platform stack, Search
-
Labels:
-
Environment:
PHP 5.4.39-0+deb7u2
mysql Ver 14.14 Distrib 5.5.41
Debian 7
-
Epic Link:
Description
Steps to reproduce:
1. Install a master version without legacy;
2. Import the attached bundle and register it on EzPublishKernel.php and on routing.yml;
3. With the bundle working, from the ezpublish root, run the following command:
php ezpublish/console test:testSearch footer
|
You should get:
Found: footer
|
Execution terminated.
|
4. Now, via platformUI, create a folder "folder" and on its short name, for instance write "footer" as well;
5. From the ezpublish root, run the following command again:
php ezpublish/console test:testSearch footer
|
You still get only the default footer:
Found: footer
|
Execution terminated.
|
even if "footer" is contained in a field of "folder";
6. Run the following command:
php ezpublish/console test:testSearch folder
|
You'll get empty results:
Execution terminated.
|
doesn't find either by its name.
Issue Links
- mentioned in
-
Page Loading...
Actually, it goes way beyond content created in PlatformUI. Any content created in Platform (with REST or with the Public API seems to not be indexed in the "legacy search engine".