
New Feature : Search Plugin
Introduction of the search plugin for Joomla.
At install, the plugin will automatically be installed in the 'search' plugin folder and will be enabled automatically.
You can now use the Joomla search module to find your component datas.
Implementation
In the component config, simply define "Include Search Plugin" to "Yes"

Only the tables with a front-end search filter will be considered as "searchable".
Improved ORM
- Search: default logic : ‘OR'
- Select: Use '.' for tableless based namespace
- SQL concat() function
Improved model
- LIST : getRoute() for getting item URL
- Debug state for dumping the query : 'debug.query'
Fixes
- Logout problem in sandbox fixed