discourse/app/assets
Blake Erickson 1a78e8ec1b
FEATURE: Add keywords support for site_settings search (#24146)
* FEATURE: Add keywords support for site_settings search

This change allows for a new `keywords` field that can be added to site
settings in order to help with searching. Keywords are not visible in
the UI, but site settings matching one of the contained keywords will
appear when searching for that keyword.

Keywords can be added for site settings inside of the
`config/locales/server.en.yml` file under the new `keywords` key.

```
site_settings
  example_1: "fancy description"
  example_2: "another description"

  keywords:
    example_1: "capybara"
```

* Add keywords entry for a recently changed site setting and add system specs

* Use page.visit now that we have our own visit
2023-10-27 15:42:57 -06:00
..
images UX: Wizard static confetti (#23973) 2023-10-18 15:19:00 -06:00
javascripts FEATURE: Add keywords support for site_settings search (#24146) 2023-10-27 15:42:57 -06:00
stylesheets UX: Update user field styling in the create-account modal (#24091) 2023-10-25 13:03:20 +02:00