Currently, if you have "defer_indexing" set to true, the module will queue the entity even if the entity type would not end up getting indexed. This clutters the queue.
It can also be useful to be able to influence this decision if you have a site with millions of entity updates, so that you can decide to not queue an item if it is already in the queue.
I suggest adding a hook to alter the decision to index. This would take care of both cases mentioned above.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3066031-3.patch | 1.4 KB | eiriksm |
| #2 | 3066031.patch | 726 bytes | eiriksm |
Comments
Comment #2
eiriksmComment #3
eiriksmAh right we have an api.php file here as well. Patch updated.