diff --git a/src/doc/extension/query_templates.rst b/src/doc/extension/query_templates.rst index 8c331386468c4392e6f2afa7d02264fb5cc1eadb..8d110bb84a0993d29b4cff70649640e770786d3b 100644 --- a/src/doc/extension/query_templates.rst +++ b/src/doc/extension/query_templates.rst @@ -2,6 +2,13 @@ Query shortcuts =============== +.. warning:: + + Until they have been `re-implemented + <https://gitlab.com/caosdb/caosdb-webui/-/issues/229>`__ for the new query + panel which has been introduced in CaosDB WebUI 0.11, query shortcuts only + work with the legacy query panel. + Introduction ============ @@ -221,3 +228,10 @@ The solution is to create the RecordTypes, e.g. using the Python interface, as f ).add_property("templateDescription", importance=caosdb.OBLIGATORY), ]) datamodel.insert() + + +The data model is also included in the ``tools/query_template_datamodel.yml`` +within this repository which can be imported into your database with ``python -m +caosadvancedtools.models.parser --sync query_template_datamodel.yml`` (you need +to have `CaosDB Advanced User +Tools<https://pypi.org/project/caosadvancedtools/>`__ installed and configured).