MEOM Live Search
WordPress plugin for showing live search results. Compatible with Polylang and Relevanssi plugins.
★ 1stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/meom/meom-live-search/archive/refs/heads/master.zipFrom the readme
MEOM Live Search
Usage
1. Add where you'd like to list live search results.
2. For custom results, add a following file to your theme folder: /meom-live-search/search-results.php.
Below is an example of custom search result template. Our function returns a variable called $searchresults that contains an array of posts, if found any.
HOX! You need to include search form before using this plugin. For example:
Notes
- Plugin listens inputs with [name="s"] and fires ajax request on changes. Input have to be wrapped inside element.
- Plugin will render results inside .meom-live-search elements.
- Result element .meom-live-search will have a class .active on input focusin event and the class will be removed on focusout event.
- Loader is shown while requesting server for results. Loader uses class name .meom-live-searchloader. When loader is visible it gets class name .meom-live-searchloader--show
Filters
Filter for changing the class that gets results.
Filter for changing input element we are listening to.
Filter for changing search arguments.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.5 | Mar 14, 2025 |
| 1.0.4 | Mar 14, 2025 |
| 1.0.3 | Mar 16, 2021 |
| 1.0.2 | Nov 26, 2019 |
| 1.0.1 | May 31, 2019 |
| 1.0.0 | Apr 9, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.