A Noteworthy Bug with an easy fix

The new release has a bug that I thought I should mention as its easy to workaround. I plan to release a fix for it very soon but its trivial to solve for those who are working with the current release.

The bug is that if you try and save content after a clean install you get an error. The bug was introduced by my re-working of the search index. The cause of the error is that it tries to index the saved content but the index has not been initialized yet. The quick solution is just to do a search before you edit any content because the first time you do a search the index is built. After that there is no error.

I'm going to add a routine in the setup process to initialize the search engine so this bug doesn't happen and put out a fix for it in the next few days.