A quick, but serious bug fix, fixing problems that could result in Relevanssi being stuck in an endless loop.
- OR fallback didn’t actually fall back to OR, but instead got stuck in an endless loop of AND searches.
- Relevanssi was being called twice when a post was saved, on save_post and wp_insert_post. I removed the hook on save_post.