File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -399,15 +399,15 @@ not need it.
399399Improve 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
You can’t perform that action at this time.
0 commit comments