Since Similar Entries 7.x-2.x only indexes one field at a time, similar_cron() can be rewritten to store information about a single field instead of a table with an array of fields. With the current code, each array will only have one value. The array can instead be used to store a field label for the interface.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jordojuice’s picture

Status: Active » Needs review
FileSize
14.83 KB

This patch rewrites the whole way Similar Entries 7.x-2.x deals with indexing. It makes Similar's stored data about indexes more easily accessible and makes the indexing system more stable by reseting it on every cron run.

jordojuice’s picture

jenlampton’s picture

Issue summary: View changes
Status: Needs review » Fixed

Looks like this was committed, but not marked fixed. :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.