realms-wiki/realms/modules/search
Simon Edwards 8e73a32875 Make Elasticsearch searched fields configurable
This allows fields stuch as "content" to be searchable when using Elasticsearch
Add config item ELASTICSEARCH_FIELDS, list of fields to search.
Defaults to just "name" to preserve existing behaviour
Available fields are:
- "name"
- "username"
- "content"
- "message"
2015-07-24 13:29:24 +01:00
..
__init__.py search module, wip 2014-11-10 10:54:46 -06:00
commands.py updated dockerfile, spacing adjustments 2014-11-17 11:25:26 -06:00
hooks.py updated dockerfile, spacing adjustments 2014-11-17 11:25:26 -06:00
models.py Make Elasticsearch searched fields configurable 2015-07-24 13:29:24 +01:00
views.py updated dockerfile, spacing adjustments 2014-11-17 11:25:26 -06:00