Currently this module extends search module to have following functionality:

  1. It limits number of items on search result page
  2. It excludes certain nodes from being indexed and displayed in search results; inspired by search_exclude_nid
  3. It hides excluded nodes from being crawled by robots/search engines.
  4. Adds extra variables for search-results by implementing hook_preprocess_search_results to hold total number of items and based on pager calculates items per page; inspired by Lullabot article

Project information

Releases