dtolabs / yana2

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

Add nodetype searchable index for Nodes fixes #111 #115

Closed gschueler closed 12 years ago

gschueler commented 12 years ago

Allows nodetype:name to find Nodes with a particular NodeType name. Also includes nodetype: in the default "all" query field.

NodeType objects are no longer included in search results.

Added tests for the SearchController to test the nodetype query and some other basic tests.