Skip to content

Commit

Permalink
Merge branch 'docs/cleanup-4.8' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
… into docs/cleanup-4.8
  • Loading branch information
matusmacik committed Apr 22, 2024
2 parents 64ee8fc + d3e7467 commit 4fc67af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/concepts/query/midpoint-query-language/errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ a| The schema defines enumerated value for this attribute. In this case the allo

| Troubleshooting hints
a| * Search for allowed values in schema definition. Schemas are described in
xref:../../../../schema/schemadoc.adoc[SchemaDoc].
xref:/midpoint/reference/schema/schemadoc.adoc[SchemaDoc].
Select version according your midPoint version. +
In this case search in schema "common/common-3" for "LockoutStatusType"

Expand Down Expand Up @@ -201,5 +201,6 @@ For polystring you need to use `origIgnoreCase` matching rule.

| Troubleshooting hints
a| * For more information about matching rules in query see xref:../introduction.adoc#_matching_rules[matching rules chapter] in introduction to Midpoint Query Language.
* List of all matching rules is defined in xref:../../matching-rules.adoc[matching rules] page.
* List of all matching rules is defined in xref:/midpoint/reference/concepts/matching-rules.adoc[matching rules] page.

|====
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The exact syntax of queries for values of different types is described in the fo

| dateTime
| `metadata/createTimestamp >= "2024-03-01"`
| DateTime values are enclosed in quotes (') or double quotes ("). It can be compared as dates or date and time - written in format of xref:https://en.wikipedia.org/wiki/ISO_8601[ISO-8601].
| DateTime values are enclosed in quotes (') or double quotes ("). It can be compared as dates or date and time - written in format of https://en.wikipedia.org/wiki/ISO_8601[ISO-8601].

|
| `metadata/createTimestamp >= "2024-03-01T15:30:00"`
Expand Down

0 comments on commit 4fc67af

Please sign in to comment.