Library Search Box Plugin
Custom implementation of library search functionality
by Bellevue College ITS · github.com/bellevuecollege/lmc-search-plugin · website
★ 0stars
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/bellevuecollege/lmc-search-plugin/archive/refs/heads/trunk.zipDeclares an update source (BellevueCollege/lmc-search-plugin), so updates arrive through the plugin's own updater.
From the readme
LMC Search Box Plugin
Allows insertion of a library catalog search box into any WordPress page viathe LMC Catalog Search Box block. In addition, it allows insertion of a Browzine search box into any WordPress page via the LMC Browzine Search Box block.
Structure
The plugin is structured as follows:
- src/ - Source code for the plugin
- lmc-search-block/ - Catalog Search Block
- lmc-browzine-search-block/ - Browzine Search Block
- build/ - Build output for the plugin
- lmc-search-plugin.php - Main plugin file
Build Processes
The block portion of this plugin requires a build process. This is managed using wp-scripts.
The following NPM commands are available:
bash
npm start # watch files and recompile on change
npm run build # do a one-time build with production settings
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v3 | Mar 30, 2026 |
| v2 | Mar 13, 2026 |
| v1.2.3 | Dec 21, 2018 |
| v1.2.2 | Dec 21, 2018 |
| v1.2.1 | Dec 21, 2018 |
| v1.2 | Sep 19, 2017 |
| v1.1.3 | May 5, 2017 |
| v1.1.2 | May 5, 2017 |
| v1.1.1 | May 5, 2017 |
| v1.1 | May 5, 2017 |
| v1 | May 5, 2017 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.