Skip to content

Releases: neekfenwick/soundexsearch

v1.0.4

18 Feb 07:48
Compare
Choose a tag to compare

Fix inefficiency that caused recalculation of soundex values no matter which column was updated. Now, the soundex values for a column are only recalculated when that specific column's value is changed.

v1.0.3

21 Dec 06:27
Compare
Choose a tag to compare

Minor bugfix on use of search_in_description, and improve readme for mysql backups.

v1.0.2

07 Dec 09:17
Compare
Choose a tag to compare

Fix query building so that only specific table and column combinations are matched. Previously we were matching broadly on the word value without specifying which table and column it was supposed to match against. Only a single file has changed, you can copy includes/classes/observers/auto.soundex_search_observer.php to pick up the fix.

v1.0.1

28 Nov 01:42
Compare
Choose a tag to compare

Fix init procedure name, improve uninstall.

v1.0.0

28 Nov 01:32
Compare
Choose a tag to compare

Initial version.