Merge pull request #262 from vufind-org/spell-recommend
Spell recommend (VUFIND-1062)
Showing
- config/vufind/Summon.ini 2 additions, 0 deletionsconfig/vufind/Summon.ini
- config/vufind/searches.ini 7 additions, 0 deletionsconfig/vufind/searches.ini
- module/VuFind/config/module.config.php 1 addition, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Config/Upgrade.php 53 additions, 0 deletionsmodule/VuFind/src/VuFind/Config/Upgrade.php
- module/VuFind/src/VuFind/Controller/AbstractSearch.php 25 additions, 4 deletionsmodule/VuFind/src/VuFind/Controller/AbstractSearch.php
- module/VuFind/src/VuFind/Controller/CombinedController.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/CombinedController.php
- module/VuFind/src/VuFind/Recommend/SpellingSuggestions.php 108 additions, 0 deletionsmodule/VuFind/src/VuFind/Recommend/SpellingSuggestions.php
- module/VuFind/src/VuFind/Search/Base/Params.php 60 additions, 43 deletionsmodule/VuFind/src/VuFind/Search/Base/Params.php
- module/VuFind/src/VuFind/Search/Combined/Params.php 4 additions, 5 deletionsmodule/VuFind/src/VuFind/Search/Combined/Params.php
- module/VuFind/tests/unit-tests/src/VuFindTest/Config/UpgradeTest.php 33 additions, 0 deletions...nd/tests/unit-tests/src/VuFindTest/Config/UpgradeTest.php
- themes/blueprint/templates/Recommend/SpellingSuggestions.phtml 12 additions, 0 deletions...s/blueprint/templates/Recommend/SpellingSuggestions.phtml
- themes/blueprint/templates/combined/results-list.phtml 4 additions, 4 deletionsthemes/blueprint/templates/combined/results-list.phtml
- themes/blueprint/templates/search/results.phtml 4 additions, 4 deletionsthemes/blueprint/templates/search/results.phtml
- themes/bootstrap3/templates/Recommend/SpellingSuggestions.phtml 10 additions, 0 deletions.../bootstrap3/templates/Recommend/SpellingSuggestions.phtml
- themes/bootstrap3/templates/combined/results-list.phtml 4 additions, 4 deletionsthemes/bootstrap3/templates/combined/results-list.phtml
- themes/bootstrap3/templates/search/results.phtml 4 additions, 4 deletionsthemes/bootstrap3/templates/search/results.phtml
- themes/jquerymobile/templates/Recommend/SpellingSuggestions.phtml 1 addition, 0 deletions...querymobile/templates/Recommend/SpellingSuggestions.phtml
Please register or sign in to comment