manifest / integrations / wp-valu-search
Valu Search
WordPress plugin for Valu Search
by Valu Digital · github.com/valu-digital/wp-valu-search · website
★ 2stars
88kcomposer installs
0forks
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/valu-digital/wp-valu-search/archive/refs/heads/master.zipAlso on Packagist as valu/wp-valu-search:
composer require valu/wp-valu-searchFrom the readme
🚨 This plugin has been deprecated. Please move the to Findkit plugin as soon as possible.
Valu Search for WordPress
WordPress plugin for Valu Search.
This plugin has two features
- Instructs the Valu Search Crawler on how to crawl and scrape the site
- Sends live updates to the Valu Search Index as content
creators add, update and delete pages
This plugin does not provide any UI. It just exposes some config options and
filters for developers.
Installation
It's on Packagist
composer require valu/wp-valu-search
If not using composer download a .zip from the [releases][] page and extract it
to wp-content/plugins.
[releases]: https://github.com/valu-digital/wp-valu-search/releases
Hacking
The plugin adds a script tag to pages on your site.
If you wish to test the plugin behaviour on your site after installing it, simply refresh page, and look for script tag with id="valu-search".
Live Updates
Live updates are sent optimistically whenever the plugin thinks the content
might have changed on a page. The cloud backend then does a scraping request
on the page to determine what the update actually was (add, update, delete) if
any.
To enable the real time updates a
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.8.0 | Mar 24, 2022 |
| v0.7.0 | Feb 3, 2022 |
| v0.6.1 | Dec 13, 2021 |
| v0.5.10 | Jun 3, 2021 |
| v0.5.9 | May 20, 2021 |
| v0.5.8 | May 19, 2021 |
| v0.5.7 | Feb 25, 2021 |
| v0.5.6 | Feb 12, 2021 |
| v0.5.5 | Nov 13, 2020 |
| v0.5.4 | Sep 9, 2020 |
| v0.5.3 | Jun 9, 2020 |
| v0.5.2 | Apr 22, 2020 |
| v0.5.1 | Apr 16, 2020 |
| v0.5.0 | Apr 14, 2020 |
| v0.4.0 | Mar 3, 2020 |
| v0.3.0 | Oct 11, 2019 |
| v0.2.0 | Sep 19, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.