Custom Query (2152 matches)
Results (706 - 708 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2500 | fixed | get_action should raise an exception if the action requested doesn't exist | ross | icmurray |
Description |
Original bug report:
|
|||
#2544 | duplicate | facet.sort is not available in the package_search action | icmurray | |
Description |
Not all solr facet parameters are available through the pcakage_search action. In particular, facet.sort has been asked for; but this ticket should check to see if there are other parameters that would be easy to add too. See: http://wiki.apache.org/solr/SimpleFacetParameters#facet.sort |
|||
#2672 | fixed | Session.is_modified should use passive=True | icmurray | icmurray |
Description |
According to sqlalchemy docs [1], when calling Session.is_modified(), the passive argument needs to be passed in as True. [1] http://docs.sqlalchemy.org/en/rel_0_7/orm/session.html?highlight=is_modified#sqlalchemy.orm.session.Session.is_modified |