Ajax Search Lite – Live Search & Filter
Ajax Search Lite is a live search plugin for WordPress. This responsive live search engine, which will boost your user experience by providing a user friendly ajax powered search form – a live search bar. You can filter the results with the category and post type filter boxes as well. Google autocomplete and keyword suggestions also included. Very smooth animations with mobile device support and regular updates. Use Ajax Search Lite as a replacement for the default WordPress search with a better looking, more efficient search engine. Fine-tune the user experience by providing a powerful ajax search plugin to your visitors. Supports custom post types and custom fields and more. Boost your site search engine with this custom built live search engine. Home | Features | Lite Docs | Pro Docs Ajax Search Lite and Ajax Search Pro does not require monthly subscriptions, does not store your data on external servers – everything is done locally, on your server. Features List Search in posts and pages Search in custom post types such as WooCommerce Products, Events, Portfolio items and more Search in title, description, excerpt, categories and tags and any custom fields Archive page live loader and filter Automatic search replacement as well as widget and shortcode availalbe Custom Filter boxes (checkbox filters) for categories and post types WPML, Polylang and QtranslateX compatible Live Search Statistics Super Fast Search Cache – instant cached results 10+ built in templates + options for color adjustments Retina ready vectorized SVG and CSS3 icons Category and post exclusions Frontend search settings boxes Images in search results Fully ajax powered 50+ options on the backend Caches images for faster response time Performance Options Google analytics integration – both as Events and Pageviews Primary and Secondary ordering options Highly compatible and responsive Support Feel free to contact us via the support forums. In Pro version Front-end demo | Back-end demo Create multiple search bars with different configurations All page builders supported (Elementor, Divi, Oxygen, Breakdance, Gutenberg, Beaver etc..) Search in Every custom post type Search in Media Attachments and contents (PDF, Excel, Word, PowerPoint etc..) Search in BuddyPress activity feed, users and group names Search in PeepSo Groups and Group Activities Search result grouping by categories or post types Search in custom fields including repeaters and special custom field taypes Predictive search results suggestions WooCommerce Shop search and filter Search and filter Elementor Loop Grid and JetEngine Listing Grid Advanced caching technology – image precaching, search phrase caching Category filters, custom field filters, post type filters, tag filters, taxonomy term filters and date filters Checkbox, Drop-down, Multiselect, Radio, Slider and Range slider filters Results grouping by category, post type or content type Load more and Inifinite scroll 100+ Themes – Fully configurable and editable – with theme customizer & preview window 4 layouts: Vertical, Horizontal, Polaroid and Isotopic (with pagination) 400+ Admin options Google keyword suggestions and autocomplete Compatibility options and features Caching options & Search statistics Keyword Highlighting & more… Highly compatible and responsive Full Features List Testimonials “Beyond the live search, it also makes your search much more complete. You’ll be able to include custom fields, comments, and more in your search index.” – Ben Pines – Elementor “Consider this plugin if you’re looking for a professional live search offering.” – Tom Ewer – WPMU Dev “Ajax Search Pro plugin gives you a live Ajax search, so much comfortable search experience” – Dragan Nikolic – Thematosoup “As the name suggests, the core value of Ajax Search Pro is the ability to add Ajax live search to WordPress.” – Colin Newcomer – aThemes
Top keywords
- search42×7.28%
- ajax11×1.91%
- custom11×1.91%
- live10×1.73%
- post9×1.56%
- ajax search8×1.39%
- filters8×1.39%
- live search8×1.39%
- options7×1.21%
- filter6×1.04%
- pro5×0.87%
- results5×0.87%
REST API for Relevanssi
This plugin provides simple REST API for the popular search WordPress search engine – Relevanssi. As far as this plugin provides API for the Relevanssi plugin, it should be installed. Key features Search through posts of a certain type. By default all types. Results in pagination and optional. Sets X-WP-Total header with a total number of records, the same way as the default search API does. Sets X-WP-TotalPages header with a total number of pages, the same way as the default search API does. Multilingual websites support. Both WPML and Polylang are supported, but not tested well, so let me know if you will find any problems. Taxonomy filters are supported now. Some features may be missed, so feel free to report them. Ordering option added. It is also possible to order by meta_key/meta_value/meta_value_num. Brief usage examples https://[your domain]/wp-json/relevanssi/v1/search?keyword=query https://[your domain]/wp-json/relevanssi/v1/search?keyword=query&per_page=5 https://[your domain]/wp-json/relevanssi/v1/search?keyword=query&per_page=5&page=2 Define post type: https://[your domain]/wp-json/relevanssi/v1/search?keyword=query&per_page=5&page=2&type=post Filter by taxonomy/taxonomies: https://[your domain]/wp-json/relevanssi/v1/search?keyword=test&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3 https://[your domain]/wp-json/relevanssi/v1/search?keyword=test&tax_query[relation]=AND&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3&tax_query[1][taxonomy]=category&tax_query[1][field]=id&tax_query[1][terms]=2 Exclude category via taxonomies: https://[your domain]/wp-json/relevanssi/v1/search?keyword=test&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3&tax_query[0][operator]=NOT IN For multilingual websites (WPML & Polylang): https://[your domain]/wp-json/relevanssi/v1/search?keyword=query&lng=en Results in order: https://[your domain]/wp-json/relevanssi/v1/search?keyword=test&type=post&orderby=modified&order=DESC https://[your domain]/wp-json/relevanssi/v1/search?keyword=test&type=post&orderby=modified&order=ASC https://[your domain]/wp-json/relevanssi/v1/search?keyword=test&type=post&meta_key=some_key&orderby=meta_value|meta_value_num&order=ASC Demo website You can try the plugin on our demo website http://demo.erlycoder.com/demo1/. For example, you can try the following request: Basic: http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test Order posts by modification time: http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&type=post&orderby=modified&order=DESC http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&type=post&orderby=modified&order=ASC Filter posts by taxonomy (one single category): http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3 Filter posts by taxonomy (exclude category): [http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3&tax_query[0][operator]=NOT IN](http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3&tax_query[0][operator]=NOT IN)