1 ================================================
2 Breaking: #61510 - Improvement of indexed_search
3 ================================================
8 The extension indexed_search is improved in the backend and frontend.
13 Previously the functionality of indexed_search has been scattered to multiple modules.
14 Information about indexed_search was available in a custom module in "Admin tools" and 2 sections in the "Info" module.
16 The complete code has been moved to a central place, which is now a custom module in the area "Web" and has been rewritten
17 by using Extbase & Fluid. Translations and a modern UI have been added as well.
23 Changes in the Backend
24 ----------------------
26 The previous user configuration for indexed_search modules is not working anymore.
27 Therefore editors won't see the module anymore after login.
29 Changes in the Frontend
30 -----------------------
32 The TypoScript configuration changed. If indexed_search is installed, it is automatically activated: ::
34 config.index_enable = 1
35 config.index_externals = 1
39 Affected installations
40 ======================
42 All installations using indexed_search
50 Reconfigure the backend users and groups if users need to see the module of indexed_search.