Skip to content

Read in the extra query builder options from configuration - #181

Open
Monica-Wood wants to merge 1 commit into
collectiveaccess:dev/2.0from
medeopolis:search_builder_options
Open

Read in the extra query builder options from configuration#181
Monica-Wood wants to merge 1 commit into
collectiveaccess:dev/2.0from
medeopolis:search_builder_options

Conversation

@Monica-Wood

Copy link
Copy Markdown
Contributor

I have tested this with the following configuration and it is working.

query_builder_global_options = {
        allow_groups = false,
        allow_empty = true,
        select_placeholder = Select field,
        lang = {
                add_rule = add field,
                
                operators = {
                        equal = equals,
                        not_equal = not equals,
                },
                conditions = {
                        AND = ALL,
                        OR = ANY
        }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant