Skip to main contentSkip to footer

Quite a few changes in this version, both fundamental changes in the structure of the plugin and small bug fixes and something in between.

Lots of stuff with highlights, mostly with fairly obvious results. The database stuff is important and requires a reindexing after the update to make things work.

Now each occurrence of a word in a document gets one row in the database, previously this created several rows: one for post content, one for the title, one for tags and so on. This solution reduces the number of database rows and makes things that much smoother (and makes the throttle, for example, much better). It also offers quite a few interesting possibilities for future development.

Since this is a fairly big change, I expect there are some bugs or at least unforeseen consequences. Please let me know if you notice anything unusual.