ElkArte Community

General => Site Feedback => Topic started by: derived on February 27, 2016, 11:18:07 pm

Title: Elkarte Addons search
Post by: derived on February 27, 2016, 11:18:07 pm
I was just on the website addon page.
Wanted to see if any other portals have been made available for Elk.
Typed "portal" in the search box at the top, hit enter

Got back nothing at all.
Acted like all it done was refresh a empty search box.
Title: Re: Elkarte Addons search
Post by: emanuele on February 28, 2016, 03:33:05 am
It's js-driven and you get the results directly while typing (actually it just filters a json file, there is no way to POST since it's 1) html based and 2) hosted at github). :)

ETA: actually, for the few that are tempted to push enter we could just capture it from javascript and stop the reload, while for those not using js.... that is a problem, but...