Skip to content

Commit

Permalink
FEATURE: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Feb 3, 2021
1 parent c91e87c commit bc3ad9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions Documentation/README_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@ Here follows the list of modifications done to the template above:
You can also copy/paste the full file:

<details>
<summary>See the faceted search example</summary>
```
###02_FacetedSearchTemplate.fusion###
```
<summary>See the faceted search example</summary>

```
###02_FacetedSearchTemplate.fusion###
```

</details>


Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,10 @@ Here follows the list of modifications done to the template above:
You can also copy/paste the full file:

<details>
<summary>See the faceted search example</summary>
```
prototype(My.Package:Search) < prototype(Neos.Fusion:Component) {
<summary>See the faceted search example</summary>

```
prototype(My.Package:Search) < prototype(Neos.Fusion:Component) {
// this is the base query from the user which should *always* be applied.
_elasticsearchBaseQuery = ${Elasticsearch.createNeosFulltextQuery(site).fulltext(request.arguments.q)}
Expand Down Expand Up @@ -456,7 +457,8 @@ prototype(Sandstorm.LightweightElasticsearch:SearchResultCase) {
}
}
```
```

</details>


Expand Down

0 comments on commit bc3ad9b

Please sign in to comment.