Search Limit

Categories

Component ID

2615538

Component name

Search Limit

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

995

Component created

Component changed

Component body

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