thanks for this module, I've been looking for a shazzy search module - and this one for sure does it.
Is it possible to limit the search to just a particular content type - aka page, or blogpost - or what-ever.
thanks!
guppy
thanks for this module, I've been looking for a shazzy search module - and this one for sure does it.
Is it possible to limit the search to just a particular content type - aka page, or blogpost - or what-ever.
thanks!
guppy
Comments
Comment #1
kourge commentedYes. It is possible to limit the search to a particular node type. Note that this "feature" is not present or configurable for users. This is because Live Search doesn't actually do any search at all; the Search modules does it for Live Search, like a backend. It's important to understand that you get the exact same results from Live Search as would you get from a normal search.
The Search module does in fact have this ability, as I've said. It works in a Google-ish way. Say you want to search for the word "drupal" in just page nodes. You can type "drupal type:page" (without the quotes) in the search field and it Just Works.
Are you looking to customize your Live Search to do this? If you are, you'd need to modify the JavaScript that does the search.
Comment #2
kourge commented