diff --git a/en/reference/schema-reference.html b/en/reference/schema-reference.html index cf00e117df..455d0983ac 100644 --- a/en/reference/schema-reference.html +++ b/en/reference/schema-reference.html @@ -3547,7 +3547,7 @@

match

a filter field, just as if rank: filter was specified. This is because there is only one word per field (or per item in the case of multivalued types such as array<string>), - so there little ranking information. + so there is little ranking information. Turn off the implicit rank: filter by adding rank: normal.

@@ -3608,7 +3608,7 @@

match

prefix attribute

- Has no effect as attributes + Has no effect, as attributes always support prefix searches. Prefix matching must be specified in the query. See also regular expressions. diff --git a/en/reference/validation-overrides.html b/en/reference/validation-overrides.html index cf024747a8..81703b3604 100644 --- a/en/reference/validation-overrides.html +++ b/en/reference/validation-overrides.html @@ -7,7 +7,7 @@ validation-overrides.xml is added to the root of an application package (i.e. next to services.xml) - to allow a deployment, that otherwise fails to validate, to proceed. + to allow a deployment that otherwise fails to validate to proceed. Validations which can be overridden in this way are returned with a dash-separated validation-id preceding the validation message. E.g. if the message is field-type-change: Changing the type of field 'foo' to 'bar' is not supported @@ -47,9 +47,9 @@

Structure

allow

- An allow-tag disables a particular validation for a limited time. - It contains a single validation-id, see list below. - allow-tags with unknown ids are ignored. + An allow tag disables a particular validation for a limited time. + It contains a single validation id, see list below. + allow tags with unknown ids are ignored.