mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:16:08 +08:00
1a78e8ec1b
* 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 |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |