Releases: guilamu/gf-live-search
Releases · guilamu/gf-live-search
Release list
v1.1.0
- Highlighting no longer lights up single stray characters that merely appear inside a matched term — e.g. searching
2026no longer highlights every standalone0(such asEntries/Viewscounts of 0 or "Phase 0" in a title). Partial highlights now require at least two characters - Defer background preloading of the other paginated Forms-list pages until the search box is first focused, instead of on every page load — no wasted server requests when you never search
- Announce the live result count to screen readers via an
aria-liveregion as you type
v1.0.8
- Fix the "Settings" hover submenu showing only its first two items after a search: re-ordering the results detached each row, and Gravity Forms' global observer destroyed the SimpleBar scroll instance inside the submenu, freezing its viewport height. Destroyed instances are now re-created on the next frame, restoring the full menu
v1.0.6
- Fix a race where clicking a filtered form title could no-op on the first click after background page preloading completed
- Skip redundant row re-highlighting when the active query and matches have not changed, so highlighted title links stay stable
v1.0.5
- Fix Gravity Forms native search-field layout bug (
max-width: 69.5rem) - Tighten fuzzy Levenshtein threshold from 40 % to 30 % for more accurate typo tolerance
- Add fuzzy search with Levenshtein edit-distance matching (e.g.
conatct→ contact) - Multi-word queries use AND logic — every word must match
- Matched words are highlighted with a yellow
<mark>overlay - Results are re-ordered so exact matches appear before fuzzy hits
v1.0.3
- Add an inline shortcut badge with a popover to control what
Ctrl/Cmd+Fdoes - Default
Ctrl/Cmd+Fto the browser find action unless a user opts into focusing the search box - Replace the PHP 8-only
str_ends_with()updater check with a PHP 7.4-safe suffix check
v1.0.2
- Load the plugin textdomain explicitly
- Fix French JS translations when script-translation JSON files are not generated
v1.0.1
- Search across all paginated forms in the current view
- Fix the empty-state row width/background on the Gravity Forms list table