Problem
If a query pipeline references a field in “index-text-index-boost” step, then the
record pipeline must include that field in the “create-indexes“ step, AND
at least 1 record must be indexed with that field value.
Error in Sajari console:
Your collection’s indexes are not ready.
The crawler might still be indexing your website. It is also possible that we didn’t find any pages to crawl. If error persists for more than 5 minutes, get in touch and we can help you resolve this issue.
Error in browser console: indexboosts: field index boost: field 'title': not index
Solution
To resolve,
Check the record pipeline and make sure “create-indexes“ step includes the field. If not, then add the field.
Add the field to “allow-fields“ step as well.