Hi guys,
Currently I am trying to implement my custom search. I have a table called nodeconfig having attributes nid and display (boolean). So I want to implement this search such that the result only consists of the nodes having display attribute 1. The default search module won't do this. Further I don't want to insert this condition directly into the node_search hook().
So what should I do.Do I have to create a completely new custom search module??
or is there any alternative way to achieve this insert this extra condition
Seeking for help