https://github.com/backdrop-contrib/search_exclude_nid
Exclude individual nodes from search results on your Backdrop CMS website
https://github.com/backdrop-contrib/search_exclude_nid
backdrop backdropcms cms exclude search searching
Last synced: 10 months ago
JSON representation
Exclude individual nodes from search results on your Backdrop CMS website
- Host: GitHub
- URL: https://github.com/backdrop-contrib/search_exclude_nid
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2024-04-12T23:17:04.000Z (almost 2 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-07-27T18:30:04.000Z (over 1 year ago)
- Last Synced: 2025-02-10T13:18:44.592Z (11 months ago)
- Topics: backdrop, backdropcms, cms, exclude, search, searching
- Language: PHP
- Homepage: https://backdropcms.org/project/search_exclude_nid
- Size: 29.3 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Search Exclude NID
Search Exclude NID hides single nodes, identified by their node IDs, from the
search results.
Sometimes it's necessary to exclude single nodes from the site search. With
this tiny module you can exclude listing pages or other unwanted node pages
from the search result by entering their node ids into an exclusion list.
## Installation
- Install this module using the official Backdrop CMS instructions at
https://docs.backdropcms.org/documentation/extend-with-modules.
- Add the permission "Administer search exclude nid" to the necessary roles.
- Visit the configuration page under Administration > Configuration >
Search > Hide nodes from search (admin/config/search/search_exclusion) to
add nodes to the exclusion list from search.
## Requirements
This module requires that the following modules are also enabled:
- Search (Core module)
## Issues
Bugs and Feature Requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/search_exclude_nid/issues.
## Current Maintainers
- [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk)
- Collaboration and co-maintainers welcome!
## Credits
- Ported to Backdrop CMS by - [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk).
- Port sponsored by [System Horizons Ltd](https://www.systemhorizons.co.uk).
- Originally written for Drupal by [Stefan Lehmann](https://www.drupal.org/u/stefan-lehmann)
## License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.