Mercurial > p > roundup > code
diff doc/user_guide.txt @ 2136:ee3cf6a44f29
queries on a per-user basis, and public queries [SF#891798] :)
EditAction was confused about who "self" was
Edit collision detection was broken for index-page edits
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 26 Mar 2004 04:50:51 +0000 |
| parents | 1883dfd4fd77 |
| children | f76d1642014a |
line wrap: on
line diff
--- a/doc/user_guide.txt Fri Mar 26 02:24:45 2004 +0000 +++ b/doc/user_guide.txt Fri Mar 26 04:50:51 2004 +0000 @@ -2,7 +2,7 @@ User Guide ========== -:Version: $Revision: 1.25 $ +:Version: $Revision: 1.26 $ .. contents:: @@ -245,6 +245,24 @@ may type into the search form. +Saving queries +~~~~~~~~~~~~~~ + +You may save queries in the tracker by giving the query a name. Each user +may only have one query with a given name - if a subsequent search is +performed with the same query name supplied, then it will edit the +existing query of the same name. + +Queries may be marked as "private". These queries are only visible to the +user that created them. If they're not marked "private" then all other +users may include the query in their list of "Your Queries". Marking it as +private at a later date does not affect users already using the query, nor +does deleting the query. + +If a user subsequently creates or edits a public query, a new personal +version of that query is made, with the same editing rules as described +above. + Under the covers ~~~~~~~~~~~~~~~~
