By jasonwhat on
I'm sure this is posted somewhere, but I searched around and no luck. Can someone explain what search restictions are available in drupal. Can I create my own simple form that restricts search to a node type, or vocab. or taxonomy term? What are the limits of the search module? Thanks.
Comments
Yes, it is possible to
Yes, it is possible to create a simple form that restricts search to a node type or taxonomy term
search for 'test' : /search/node/test
search for 'test' of type blog : /search/node/test+type%3Ablog (or "test type:blog")
search for 'test' of tag tid 885: /search/node/test+category%3A885 (or "test category:885")