search plus

01.09.2016 11:03
#1
kimpo
Joomshopping forum user no avatar
Name: ram
30.10.2012
Posts: 4
Quote
search plus

hi there i bought search plus module and installed it on my website, i was under the assumption that it would give relevant search results . but the results are all over the place, what I want is at least for the result to start with the word typed in , e.g when i type in a , other products not starting with a top the result. even in the demo site when typing in s, instead of saloon , coupe comes up.


Joomla: 3.4.1
JoomShopping: 4.10.5
Website Url: http://192.185.170.177/~fastgear/
 
01.09.2016 11:35
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: search plus

search works for product title and product description.

example error?

 
12.01.2017 15:21
#3
AndrewSad
Joomshopping forum user no avatar
Name: Andrew
15.05.2016
Posts: 28
Quote
Aw: search plus

I need search only in product title (not in product description). Where can I choose this option?

 
12.01.2017 16:29
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: search plus

change .../lib/default_config.php

$config->product_search_fields = array(
'prod.ml:name',
'prod.ml:short_description',
'prod.ml:description',
'prod.product_ean'
);

change to

$config->product_search_fields = array(
'prod.ml:name',
'prod.product_ean'
);

 
12.01.2017 20:00
#5
butonidze
User butonidze
Name: butonidze
16.03.2013
Posts: 288
Quote
Aw: search plus

could u add search by tags https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/tags.html?lang=de


Жыве Беларусь
 
12.01.2017 20:46
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: search plus

I did not understand the question.

 
12.01.2017 21:18
#7
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Aw: search plus

webdesigner - 12.01.2017 20:46
I did not understand the question.

Пользователь butonidze (post #5), если я правильно понял, просит, чтобы вы сделали совместимость модуля "Search Plus" с аддоном "Tags" https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/tags.html?lang=de.

То есть, как я понял, он хочет, чтобы в модуле "Search Plus" была возможность искать товары по тегам.


Letzte Änderung: 12.01.2017 23:17
 
12.01.2017 22:27
#8
AndrewSad
Joomshopping forum user no avatar
Name: Andrew
15.05.2016
Posts: 28
Quote
Aw: search plus

Thank you!

 
13.01.2017 07:01
#9
AndrewSad
Joomshopping forum user no avatar
Name: Andrew
15.05.2016
Posts: 28
Quote
Aw: search plus

After search, when you are in the product page, which you have found, and click button back in browser, you get white page with the following Error: ERR_CACHE_MISS.

 
13.01.2017 07:54
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: search plus

Change module template

\modules\mod_jshopping_ajaxsearch\tmpl\default.php

method="post"
to
method="get"

+
add in form
<input type="hidden" name="option" value="com_jshopping"/>
<input type="hidden" name="controller" value="search"/>
<input type="hidden" name="task" value="result"/>

 
13.01.2017 08:20
#11
butonidze
User butonidze
Name: butonidze
16.03.2013
Posts: 288
Quote
Aw: search plus

webdesigner - 12.01.2017 20:46
I did not understand the question.



midiplus - 12.01.2017 21:18
webdesigner - 12.01.2017 20:46
I did not understand the question.

Пользователь butonidze (post #5), если я правильно понял, просит, чтобы вы сделали совместимость модуля "Search Plus" с аддоном "Tags" https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/tags.html?lang=de.

То есть, как я понял, он хочет, чтобы в модуле "Search Plus" была возможность искать товары по тегам.

Exactly what I have meant


Жыве Беларусь
 
13.01.2017 09:06
#12
AndrewSad
Joomshopping forum user no avatar
Name: Andrew
15.05.2016
Posts: 28
Quote
Aw: search plus

Thank you very much!

 
13.01.2017 15:15
#13
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: search plus

midiplus - 12.01.2017 21:18
webdesigner - 12.01.2017 20:46
I did not understand the question.

Пользователь butonidze (post #5), если я правильно понял, просит, чтобы вы сделали совместимость модуля "Search Plus" с аддоном "Tags" https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/tags.html?lang=de.

То есть, как я понял, он хочет, чтобы в модуле "Search Plus" была возможность искать товары по тегам.


Works for my test site.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.