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:
- It limits number of items on search result page
- It excludes certain nodes from being indexed and displayed in search results; inspired by search_exclude_nid
- It hides excluded nodes from being crawled by robots/search engines.
- 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
