Skip to content

Commit 9101de1

Browse files
authored
Merge pull request #34 from silverstripeltd/pulls/docs-update
update docs to mention localisation
2 parents 734d6c7 + 9c86698 commit 9101de1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/simple-usage.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Simple usage
22

3-
**Note:** this module does not function without an
4-
[integration module](#available-service-integration-modules)
3+
> [!IMPORTANT]
4+
> this module does not function without an [integration module](#available-service-integration-modules)
55
66
This module does not provide a search results page out of the box. Why? Because we do not want to prescribe the way that
77
you have to interact with search.
88

99
That said, below we have some examples on how you could set up search using a basic Page (managed through the CMS like
1010
any other Page), and Controller.
1111

12-
**Note:** If these examples fit your use case, then you might want to consider using
13-
[Silverstripe Discoverer > Search UI](https://github.com/silverstripeltd/silverstripe-discoverer-search-ui),
14-
as this module provides most of what is described below out of the box.
12+
> [!TIP]
13+
> You can see many of these simpler examples implemented in the [Silverstripe Discoverer > Search UI](https://github.com/silverstripeltd/silverstripe-discoverer-search-ui) module along with some documentation on other use cases such as localisation with fluent. You can use the module directly or chop it up for the parts 🔧.
1514
1615
* [`SearchResults.php`](#searchresultsphp)
1716
* [`SearchResultsController.php`](#searchresultscontrollerphp)

0 commit comments

Comments
 (0)