Filtering in a library picker in combination with ftLibraryData breaks result ordering
Description
Example is an image array field with a custom ftLibraryData function. Searching in the library picker randomizes the results.
Environment
None
Activity
Blair McKenzie July 29, 2011 at 7:19 AM
Issue was occurring because filtering was implemented with a query-of-query - this QoQ destroyed the original result ordering. Have updated so that the original queries not incorporate the filter to begin with.
Example is an image array field with a custom ftLibraryData function. Searching in the library picker randomizes the results.