Needs review
Project:
Entityqueue
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2018 at 21:34 UTC
Updated:
26 Jun 2025 at 16:16 UTC
Jump to comment: Most recent
Comments
Comment #2
iknowbryan commentedWould love this as well for D8/9 version!
Comment #3
mlncn commentedSee also #3016821: Sort by Entityqueue
Comment #4
mlncn commentedThis issue fork could really use some initial review from people knowledgeable about Entityqueue and Search API.
It works for my purpose but definitely needs work (in particular needs to deal appropriately with the eventuality that the same entity gets added to more than one entityqueue).
Comment #5
mlncn commentedThis does not trigger an update to the index when an item is added, removed, or re-ordered in an update queue.
Possible code i'm hoping for Search API advice on in https://www.drupal.org/project/search_api/issues/3016821#comment-16054098
Comment #8
martijn snapper commentedIt seems that when removing an entity from the queue, the index is not updated. In the
hook_updateonly the entities of the current list are included in the entity update ofsearch_api.entity_datasource.tracking_manager.If I also include the entities that are removed, the overview updated correctly. I don't know if this is the best way.