diff --git a/src/mk/manifest.txt b/src/mk/manifest.txt
index e7da1019..b3c8053b 100644
--- a/src/mk/manifest.txt
+++ b/src/mk/manifest.txt
@@ -96,6 +96,7 @@ doc/user/rcl.introduction.search.html
doc/user/rcl.program.api.html
doc/user/rcl.program.fields.html
doc/user/rcl.program.html
+doc/user/rcl.search.anchorwild.html
doc/user/rcl.search.commandline.html
doc/user/rcl.search.desktop.html
doc/user/rcl.search.html
diff --git a/website/release-1.16.html b/website/release-1.16.html
index ccccccb7..e470fe73 100644
--- a/website/release-1.16.html
+++ b/website/release-1.16.html
@@ -45,6 +45,7 @@
class="literal">recollindex -z will do the same in most
cases.
+ Also, using the anchored search feature requires a full reindex.
Changes
@@ -62,6 +63,22 @@
The GUI advanced search panel allows specifying a
field for each entry (ie: author/recipient, etc).
+ It is now possible to anchor searches to the beginning or
+ end of the text or field, by using ^ and $
+ characters at the beginning or the end of a term or
+ phrase. A maximum distance can be specified as a phrase
+ slack either in the advanced search panel, or as a query
+ language modifier, ie: "^beginterm"o10 would search
+ for beginterm within 10 terms of the beginning of
+ the text. This feature was suggested to me (thanks Gökhan),
+ for searching for a name at the beginning of a text
+ (in the author list, as opposed to anywhere in
+ the text). This is useful for example in the very common
+ case where the metadata for the author list was not
+ created. More details about this feature are to be found in
+ the user
+ manual.
+
It is possible to configure the result list snippet
separator, given as an html fragment. This is an ellipsis by
default (…).