-
Notifications
You must be signed in to change notification settings - Fork 84
Ideas for Future Versions
toonvd edited this page Nov 4, 2014
·
43 revisions
- Index CMS pages, show short text above product results, like Google results
- Add separate fields to Solr index, using dynamic fields or schema updating using the REST API SOLR-5287
- Make layered navigation based on Solr.
- Allow to choose Search Weight per attribute
- Product boosting
- When auto correcting typos in search terms, show what we did search for instead. Example
- Show direct results in autosuggest window, for example like this.
- Making autocomplete appear during typing instead of after the last keystroke.
- Improve performance on auto suggest
- Better separation of timeouts between connect, search/suggest and reindex
- Ability to use separate Solr cores for each store view, using multiple endpoints
- Add option to enable searching for partial words
- Add search term save when an autosuggest product is clicked
- Add check of schema to "Test Connection"
- Improve Self Test to test autocomplete, "did you mean", typo correction.
- Remove gitignore stuff, since we use Modman to develop these days
- Add functionality tests, for example based on https://github.com/MageTest/BehatMage