Kuba Pawlak Posted September 20, 2015 Share Posted September 20, 2015 Hello! I like to share a project developed using ProcessWire. App-UNIVERSE.net is a modern online service with software database download. We provide access to a rich app database for desktop operating systems based on Windows and Mac OS. Within each category we present both free and commercial apps used by professionals in industries as movie creation, interior design, transportation, creating presentations, coding apps and games, etc. All available apps in App-UNIVERSE contain information like license, name of developer, date of app update, actual description of main features and direct links to files hosted on developers homepage. Site visitors can search for apps not only through the catalog, but also an advanced search engine. Applications can be searched by criteria such as category, developer, name of the application or alternative. Unlike many competing sites we do not offer download of files via download assistant that under the pretext of simplifying the process of installing apps are spying software and are installing in system toolbars and other unnecessary components. We focus primarily on all valuable apps that we can height recommend to our users. 14 Link to comment Share on other sites More sharing options...
apeisa Posted September 20, 2015 Share Posted September 20, 2015 Very nice, fast and clean. Link to comment Share on other sites More sharing options...
Kuba Pawlak Posted September 20, 2015 Author Share Posted September 20, 2015 Thank you. Link to comment Share on other sites More sharing options...
Raymond Geerts Posted October 5, 2015 Share Posted October 5, 2015 Looks nice, and search seems incredible fast. Do you use caching for the search queries? 1 Link to comment Share on other sites More sharing options...
MuchDev Posted October 7, 2015 Share Posted October 7, 2015 Good point. That sucker is lightning fast. Any chance you would like to share your secret sauce ? Link to comment Share on other sites More sharing options...
adrianmak Posted October 7, 2015 Share Posted October 7, 2015 The instant search is blazing fast . Could you mind share the techniques behind the scene ? 1 Link to comment Share on other sites More sharing options...
apeisa Posted October 7, 2015 Share Posted October 7, 2015 If you open the dev tools and look for the network traffic you can see it. Right after setting focus on search input, the app polls for all possible values, so everything is already loaded, then it is simply your browser showing relevant results. 5 Link to comment Share on other sites More sharing options...
MuchDev Posted October 7, 2015 Share Posted October 7, 2015 You know I saw the query, I didn't think to check the response. Thanks dude Link to comment Share on other sites More sharing options...
Kuba Pawlak Posted October 18, 2015 Author Share Posted October 18, 2015 Hello guys. As you did notice the search is extremely fast because I'm doing in background a ajex request to the search page when you start typing text in input field. Then all results are cached and displayed when typing. If you have any other question let me know. 2 Link to comment Share on other sites More sharing options...
Martijn Posted November 12, 2015 Share Posted November 12, 2015 Hi Kuba, Care to share how you did this? I'm creating an internal site with approx 3000 pages shared across multiple categories. I would love to find a way to speed up the search. Link to comment Share on other sites More sharing options...
Mats Posted November 12, 2015 Share Posted November 12, 2015 The search seems to be using this: http://www.runningcoder.org/jquerytypeahead/ 2 Link to comment Share on other sites More sharing options...
Kuba Pawlak Posted November 14, 2015 Author Share Posted November 14, 2015 Hi Kuba, Care to share how you did this? I'm creating an internal site with approx 3000 pages shared across multiple categories. I would love to find a way to speed up the search. Hello Martijn, you got one solution from Mats replay, but you can also use https://twitter.github.io/typeahead.js/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now