Skip to content

Commit 1b5a9dc

Browse files
authored
Add content for Backend > Search (#1764)
Closes #281 @gforcada @jensens
1 parent a0993fe commit 1b5a9dc

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

docs/backend/search.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "How to index and search content in Plone"
5+
"property=og:description": "How to index and search content in Plone"
6+
"property=og:title": "Search"
7+
"keywords": "Plone, search, index, querystring, catalog"
88
---
99

1010
(backend-search-label)=
1111

1212
# Search
1313

14+
To index and search content in Plone, see the Plone 5 documentation {doc}`/develop/plone/searching_and_indexing/index`.
15+
16+
Alternatively, you can integrate any open source search engine with your Plone site.
17+
18+
- [Solr](https://solr.apache.org/) - See the add-on [`collective.solr`](https://github.com/collective/collective.solr) and its [documentation](https://collectivesolr.readthedocs.io/en/latest/).
19+
- [`collective.elasticsearch`](https://github.com/collective/collective.elasticsearch)
20+
- [`collective.elastic.plone`](https://github.com/collective/collective.elastic.plone)
21+
22+
You can find a comprehensive list of search options in [Awesome Plone - Searching and Categorizing](https://github.com/collective/awesome-plone?tab=readme-ov-file#searching-and-categorizing)
23+
24+
25+
```{todo}
26+
Help us [Migrate content from v5 "Queries, Search And Indexing" #1730](https://github.com/plone/documentation/issues/1730).
27+
```
1428

1529
(backend-search-catalog-label)=
1630

0 commit comments

Comments
 (0)