Actions
Bug #4789
closedsearch auto completer on progress many times fail
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Search
Target version:
-
Description
when default order is enabled on an AR object, scoped search would generate something like:
SELECT DISTINCT 'columnX' ... ORDER by 'columnY'
which is not allowed on postgresql.
this has been fixed at https://github.com/wvanbergen/scoped_search/commit/1b4a9eb31d920331357305cd41da7a75f1fa3f8e
which requires to upgrade to scoped_search 2.7.1
Actions