start term search mode on materio_search_api_ajax, NOT FINISHED

This commit is contained in:
Bachir Soussi Chiadmi
2013-12-07 11:55:28 +01:00
parent 983f51e711
commit 5d6f96ed0e
4 changed files with 9 additions and 2 deletions

0
js/materio_page_title.min.js vendored Normal file → Executable file
View File

View File

@@ -71,7 +71,7 @@ MaterioSearchApiAjax = function(){
if(keys !== undefined && keys !== '' && keys.length >= 2){
keys = keys.replace('/', ' ');
// define mode
// define mode (between full text or only term selected on autocompletion)
searchmode = searchmode || "fulltext";
// record the "node type filter" form item

View File

@@ -441,7 +441,7 @@ MaterioSearchApiAjax = function(){
if(keys !== undefined && keys !== '' && keys.length >= 2){
keys = keys.replace('/', ' ');
// define mode
// define mode (between full text or only term selected on autocompletion)
searchmode = searchmode || "fulltext";
// record the "node type filter" form item