An open API service indexing awesome lists of open source software.

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

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.