Oliver Jones
Oliver Jones
1.4.2 is out, with a couple of mop-up bug fixes from 1.4.1. No index changes. It would be great to see a monitor with some significant LearnDash traffic in it.
Thanks, @nickchomey . We really need your help! (Sorry for the slow response; I should tell Github to ping me when people offer to help.) Good first step: Install the...
There would be no need to reinvent the wheel for this. https://github.com/CurrySoftware/rust-stemmers
Still any interest in WP Super Sonic Search (or whatever) name? Anybody still want a Sonic search plugin for WordPress? I'm taking a look at creating it. If I do...
For the typical WordPress site owner it will be very helpful to have a .deb installer so `sudo apt install sonic-search` or something similar will work. Is anybody working on...
The WordPress plugin repo is here. https://github.com/OllieJones/sss It has nothing in it but a skeleton without flesh as of late October 2022. Development to come.
A defect turned up in my patch to this. https://wordpress.org/support/topic/critical-error-661/
Thanks for the defect report. The monitoring function in this plugin requires the mbstring extension. Why? It's necessary reliably to parse queries gathered by the monitoring function. Queries may contain...
This query suffers from the curse of the key-value store in MySQL / MariaDB. `meta_value` columns have the`TEXT` data type, a character large object. That means they can't be completely...
Yes, the "robust hack" I mentioned does require a distinct table for each distinct sequence of integers. The tables don't grow large, so there's no storage penalty. A plugin that...