Skip to Content.
Sympa Menu

comanage-users - Re: [comanage-users] Trouble with Paginator sort in view

Subject: COmanage Users List

List archive

Re: [comanage-users] Trouble with Paginator sort in view


Chronological Thread 
  • From: Benn Oshrin <>
  • To:
  • Cc:
  • Subject: Re: [comanage-users] Trouble with Paginator sort in view
  • Date: Thu, 2 Jul 2020 09:38:06 -0400

Yeah, that kind of makes sense. It may be related to containable behavior, which causes queries that might have been made via a join to instead be made via individual queries. This might change with the framework migration (eventually).

Thanks,

-Benn-

On 7/1/20 12:04 PM, wrote:
TY Benn - glad to know it is a slightly complicated problem! In my controller
index function I used plain old code to sort my results and that will work in
this case as it is a small data set.

Looking the the SQL log I saw the data was retrieved over multiple queries, so
that explains why the Paginator sort would fail for things in the contains
clause. Obvious when you look at the log to see what it is actually doing.




Archive powered by MHonArc 2.6.19.

Top of Page