Needs review
Project:
Node Order
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2014 at 21:21 UTC
Updated:
4 Nov 2019 at 15:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Joe_Smith commentedThis is a feature I am looking for too.
Comment #2
dieuweI'm too busy to look into writing this feature at the moment, but I'll be happy to review patches. I will add this feature to the roadmap (when I get around to publishing one).
Some links to Search API documentation:
README: http://cgit.drupalcode.org/search_api/tree/README.txt
API: http://cgit.drupalcode.org/search_api/tree/search_api.api.php
Comment #3
mahimajulka commentedI managed using the node-orders with Search API through the
hook_search_api_results_alterI got the result array in this hook and then I re-arranged the results based on node orders in the taxonomy_index table
For the taxonomy term value I parsed query for the filter condition using
$query->getFilter()->__toString()Comment #4
intrafusionI don't believe the API is the correct way to go, I think implementing hook_entity_property_info_alter is better solution