Skip to content

Commit

Permalink
Documenting pre-defined search queries (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 29, 2016
1 parent 902fc1a commit 45ce756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/administration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ We will discuss the individual configuration options here:
* ``metadataindex`` -- List of metadata keys that will be shown in the document index (there is only space for a limited few).
* ``metadataconstraints`` -- Dictionary of metadata keys to lists of possible values, constrains the values in the metadata editor rather than offering a free-fill field. Example: ``'metadataconstraints': {'language': ['fr','en,'es']}``
* ``converters`` -- List of converters that can convert from arbitrary formats to FoLiA XML on document upload. See the section on converters further below for syntax.
* ``searches`` -- List of pre-defined search queries, each will get their own
entry in the tools & options menu. Example: ``'searches': [{'query': 'SELECT entity WHERE annotatortype = "manual" FOR w RETURN target', 'label': "Highlight manually annotated entities"}]``

=====================
User permissions
Expand Down

0 comments on commit 45ce756

Please sign in to comment.