revert: move config back to search plugin
Signed-off-by: Enrico Alvarenga <enricomalvarenga@gmail.com>
This commit is contained in:
committed by
Camila Belo
parent
18aa9d27ec
commit
9f09a702d6
@@ -8,6 +8,22 @@ Development is ongoing. You can follow the progress and contribute at the Backst
|
||||
|
||||
Run `yarn dev` in the root directory, and then navigate to [/search](http://localhost:3000/search) to check out the plugin.
|
||||
|
||||
### Optional Settings
|
||||
|
||||
Configure the search query values via `app-config.yaml` to define how it behaves by default.
|
||||
|
||||
```yaml
|
||||
# app-config.yaml
|
||||
search:
|
||||
query:
|
||||
pageLimit: 50
|
||||
```
|
||||
|
||||
Acceptable values for `pageLimit` are `10`, `25`, `50` or `100`.
|
||||
|
||||
**NOTE**: Currently this configuration only reflects the initial state of the Search React components. This means that
|
||||
it defines how it behaves when it is first loaded or reset.
|
||||
|
||||
### Areas of Responsibility
|
||||
|
||||
This search plugin is primarily responsible for the following:
|
||||
|
||||
Reference in New Issue
Block a user