#1183 Fix overescaping sorted searches

v1.0.0
closed
sf-2 (994)
Tracker
nobody
2015-08-20
2010-11-16
No

Currently, when I do a search and then click to sort by a column, I get what appears to be double-escaped query parameters, leading to a search results page containing all tickets. For instance, this search:

_milestone:nov-22 && status:open

When sorted by size gives this query string:

https://sourceforge.net/p/allura/tickets/search/?q=_milestone%3Anov-22%20%26amp%3B%26amp%3B%20status%3Aopen&limit=250&page=0&sort=_size_s%20asc

(note the double-encoding of the ampersands in the query)

Discussion

  • Rick Copeland - 2010-11-30
    • custom_field__size: 1 --> 1
    • custom_field__milestone: nov-22 --> dec-6
     
  • Rick Copeland - 2010-12-01
    • status: open --> in-progress
    • assigned_to: Rick Copéland
     
  • Rick Copeland - 2010-12-02
    • status: in-progress --> closed
     

Log in to post a comment.