Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-ps authored Nov 18, 2024
1 parent 6f4c244 commit 74e1403
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The built-in SilverStripe search form is a very simple search engine. This plugi
* Run `dev/build` to instansiate your new configuration (this will also automatically create an instance of `SearchPage` if one does not exist).
* To overwrite the default `SearchPage` tmeplate, add a template file to your application: `templates/PlasticStudio/Search/Layout/SearchPage.ss`

# Upgrading from jaedb/search

Ensure you review the search config and update it to match the example config in this repo. Key changes:

1. `Table: 'SiteTree_Live'` -> `Table: 'Page_Live'`
2. Add `JoinTables: ['SiteTree_Live']`

# Elemental

Expand Down

0 comments on commit 74e1403

Please sign in to comment.