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
Updated by Ohad Levy almost 11 years ago
- Related to Bug #4548: [foretello] cannot search organization by title added
Updated by Dominic Cleal almost 11 years ago
- Related to Bug #4443: Auto-completion of organization search fails as sort column is not in result set added
Updated by Dominic Cleal almost 11 years ago
- Status changed from New to Duplicate
Actions