dtolabs / yana2

Yet Another Node Authority ... because you wanted an agile Real-Time Service Model (RTSM)
8 stars 1 forks source link

Allow Node search by NodeType #111

Closed ahonor closed 12 years ago

ahonor commented 12 years ago

Enable the Node search function to use NodeType as parameters.

gschueler commented 12 years ago

updating the searchable usage so that NodeType name is added to the Node class index as the "nodetype" field. so you can search "nodetype:typename" to find the NodeType with name "typename".

Should the search input box search this field by default along with the other fields of the Node? If no you would have to specify nodetype:name to search that field explicitly. If yes, then any terms in the search input box will also be matched agains the NodeType's name

ahonor commented 12 years ago

Ok, return NodeType matches by default.