Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridefalse
Short DescriptionControls whether or not the execution of queries without constraints are allowed or not.
Doctypespace-propertyhide
NameQueries Allow Execution of unconstraint Querieshide
Short Name
Parent
Parent Property
property-nameName
hide
Audience
Name List
doctyperole
render-no-hits-as-blanktrue
propertyAudience
empty-as-nonetrue

Subject
Name List
doctypesubject
propertySubject

Categories
Name List
doctypecategory
propertyCategories

Tags
Tag List
propertyTags

Flagshide
Iteration

Iteration
valueproduction

hide
IDprojectdoc.queries.allow-execution-of-unconstraint-queries
Data Type

Name List
doctypespace-property-type
render-no-hits-as-blanktrue
propertyType


Datatypeboolean
Default Valuefalse
Value Range

Since2.5
Deprecated
Removed
Sort Keyhide
Section
show-titlefalse
titleDescription

A query without constrains typically fetches all documents found on the server. This is typically not intended. It also requires a lot of resources since every document in the database is retrieved and processed. This may take such a long time so that the document containing the query is no longer editable.

To prevent this from happening by accident, projectdoc rejects queries without constraints by default. If you need to change this default behavior, set the value of this space property to true.

...