allura
修訂 | 06e1c4f874cb93f8ec67e991a4d15a1732869547 (tree) |
---|---|
時間 | 2012-07-19 00:10:33 |
作者 | Dave Brondsema <dbrondsema@geek...> |
Commiter | Dave Brondsema |
[#4481] correct docs on solr field names for voting
@@ -84,9 +84,9 @@ class SearchHelp(ffw.Lightbox): | ||
84 | 84 | <li>User who created the ticket - reported_by_s</li> |
85 | 85 | <li>Status of the ticket - status</li> |
86 | 86 | <li>Title of the ticket - summary</li> |
87 | -<li>Votes up/down of the ticket - votes_up/votes_down</li> | |
88 | -<li>Votes total of the ticket - votes_total</li> | |
89 | -<li>Custom field - the field name with an underscore in front like _custom</li> | |
87 | +<li>Votes up/down of the ticket - votes_up_i/votes_down_i (if enabled in tool options)</li> | |
88 | +<li>Votes total of the ticket - votes_total_i</li> | |
89 | +<li>Custom field - the field name with an underscore in front, like _custom</li> | |
90 | 90 | </ul> |
91 | 91 | <h2>Example searches</h2> |
92 | 92 | <p>Any ticket that is not closed in the 1.0 milestone with "foo" in the title</p> |
@@ -116,4 +116,4 @@ class SearchHelp(ffw.Lightbox): | ||
116 | 116 | </ul> |
117 | 117 | <p>You can use these properties by appending them to the url (only one sort allowed at a time) like this:</p> |
118 | 118 | <div class="codehilite"><pre>/p/yourproject/tickets/search/?q=_milestone:1.0&sort=snippet_s+asc</pre></div></div> |
119 | -""") | |
\ No newline at end of file | ||
119 | +""") |