Skip to content
Snippets Groups Projects
Merged Timm Fitschen requested to merge f-free-search-rt into dev
Files
7
@@ -75,6 +75,27 @@ BUILD_NAVBAR_BRAND_NAME=CaosDB
BUILD_TITLE_BRAND_NAME=CaosDB
BUILD_FAVICON=pics/caosdb_logo_42.png
##############################################################################
# queryForm properties
##############################################################################
# Initialize the free search to generate search queries which search only
# within one of several options of roles or entity names.
#
# E.g. when `options` is "Person, Experiment, Sample" the user can select
# one of these options before submitting the query. When the user types in
# something that doesn't looks like a CQL-query, a query is generated
# instead which goes like: FIND Persion WHICH HAS A PROPERTY LIKE
# "*something*".
#
# Note: This feature is disabled by default. Enable it by specifying the
# build variable BUILD_FREE_SEARCH_ROLE_NAME_FACET_OPTIONS as a
# comma-separated list of **properly quoted** expressions, e.g.
# "FILE 'numpy array', 'Plant Experiemnt', 'quotes_not_necessary'".
# Otherwise, the server will throw a syntax error.
BUILD_FREE_SEARCH_ROLE_NAME_FACET_OPTIONS=
##############################################################################
# Footer properties
##############################################################################
@@ -121,6 +142,7 @@ BUILD_MODULE_EXT_TRIGGER_CRAWLER_FORM_TOOLBOX="Tools"
# MODULE_DEPENDENCIES array.
##############################################################################
JS_DIST_BUNDLE=TRUE
##############################################################################
# TRUE means that all javascript sources which are no mentioned in the
# MODULE_DEPENDENCIES array will be added in no particular order into the
@@ -128,6 +150,7 @@ JS_DIST_BUNDLE=TRUE
# appear in the dit file) you need to add them to the MODULE_DEPENDENCIES.
##############################################################################
AUTO_DISCOVER_MODULES=TRUE
##############################################################################
# Module dependencies
# Override or extend to specify the order of js files in the resulting
@@ -146,6 +169,7 @@ MODULE_DEPENDENCIES=(
webcaosdb.js
pako.js
utif.js
ext_version_history.js
caosdb.js
form_elements.js
ext_autocomplete.js
Loading