Skip to content

Commit 54ab6ce

Browse files
author
Unknown
committed
Hopefully making the doc for the query editing feature less confusing.
1 parent e4014b3 commit 54ab6ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/upgrading.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -399,15 +399,15 @@ not need it.
399399
Improve query editing
400400
---------------------
401401

402-
The query editing interface will now report an error if the user
403-
creates a new query that they are already using. By default the query
404-
editing page (issue.search.html) displays the index page when the
405-
search is triggered. Since the user expects to see the results of the
406-
query, this is usually the right thing. But now that the code properly
407-
checks for duplicate search names, the user should stay on the search
408-
page if there is an error. To add this to your existing
409-
index.search.html page, add the following line after the hidden field
410-
@old-queryname:
402+
If a user creates a query with the same name as one of their existing
403+
queries, the query editing interface will now report an error. By
404+
default the query editing page (issue.search.html) displays the index
405+
page when the search is triggered. This is usually correct since the
406+
user expects to see the results of the query. But now that
407+
the code properly checks for duplicate search names, the user should
408+
stay on the search page if there is an error. To add this to your
409+
existing index.search.html page, add the following line after the
410+
hidden field @old-queryname:
411411

412412
<input type="hidden" name="@template" value="index|search"/>
413413

0 commit comments

Comments
 (0)