Searching on Frontend

Posted By erdemalkan Fri 13 Sep 2013
Add to Favorites0
Author Message
erdemalkan
 Posted Fri 13 Sep 2013
Supreme Being

Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)

Group: Awaiting Activation
Last Active: Mon 30 Sep 2013
Posts: 0, Visits: 95
I have two request if you can do it i will be very appreciated.

I couldn't search item if item name contain single apostrophe. Like Jane's or hun'ter . This is realy annoying because i have lot of item which include apostrophe and i am sure customers will have problem to find those items via search.

Also i want you to ask if its possible could you add a capabilities for search box when customer start typing product name. Searchbox shows the all possible products items that matches with typed character.

Thank you for developing Kartris.







Neil
 Posted Fri 13 Sep 2013
Supreme Being

Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)

Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192, Visits: 5,220
Also i want you to ask if its possible could you add a capabilities for search box when customer start typing product name. Searchbox shows the all possible products items that matches with typed character.


This is a good idea I would like to see as well. An example can be seen here

http://www.toolstop.co.uk/

Try typing 'gloves'
Fri 13 Sep 2013 by Neil
ianguest
 Posted Wed 25 Sep 2013
Supreme Being

Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)

Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68, Visits: 185
I have been asked to include a similar 'dynamic search' into a website. If a customer wants an item, the site lists all products that may include this key word.

Is this possible?
Mart
 Posted Wed 25 Sep 2013
Top Banana

Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)Top Banana - (84,749 reputation)

Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148, Visits: 3,450
Definitely possible to add this.

You'd need to use AJAX and then tie it into an aspx page that queried the database again each time the form field was updated by the user with a new letter. We've done similar with AJAX elsewhere. Few tips

1) don't fire the AJAX until the user has typed 2-3 letters or more (probably want that number to be configurable), else you end up getting an enormous list after one letter is typed.

2) probably only want to query product and version names - querying the text of them probably too slow
erdemalkan
 Posted Thu 26 Sep 2013
Supreme Being

Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)Supreme Being - (9,176 reputation)

Group: Awaiting Activation
Last Active: Mon 30 Sep 2013
Posts: 0, Visits: 95
Thank you for the Search issue .

Could you tell me how i can find the products which includes single apostrophe. This is realy important issue that i have to solve.
Regards.
ianguest
 Posted Tue 1 Oct 2013
Supreme Being

Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)

Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68, Visits: 185
Thank you for your help.

I have found a relevant jQuery Autocomplete script.

http://api.jqueryui.com/autocomplete/

They are asking for the searchbox id to be changed.

I take it the searchbox is controlled through UserControls / Skin / SearchBox
Tue 1 Oct 2013 by ianguest
Neil
 Posted Tue 1 Oct 2013
Supreme Being

Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)Supreme Being - (109,731 reputation)

Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192, Visits: 5,220
Hi Ian,

We are having a look into building this. Will create a new thread with details when we have made some progress.
ianguest
 Posted Fri 4 Oct 2013
Supreme Being

Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)

Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68, Visits: 185
That would be great, cheers
Paul
 Posted Fri 4 Oct 2013
große Käse

große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
We have some auto-complete code working in the back end for looking up items when setting up promotions, or linking products to categories. This uses the ajaxtoolkit I think. Main issue with using that on the front end searchbox is that that is now done with pure HTML rather than a .NET control.

So I think we probably do need jquery or some other framework. Foundation uses either zepto (in FF and chrome) or Jquery (IE), so ideally we either need a script that works with either, or we need to fix use of Jquery only (it doesn't make sense to run zepto and jquery, as it's loading two frameworks instead of one).

As Mart suggested earlier, any auto complete will need to be simpler than the main search, i.e. just a match for product name and maybe SKU. There would not be any relevance sorting.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top