Update ordering to use id from body of document instead of deprecated _id (#26659)
				
					
				
			This commit is contained in:
		
							parent
							
								
									e4c0ce18a3
								
							
						
					
					
						commit
						8e8747c564
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -27,7 +27,7 @@ class StatusesSearchService < BaseService | |||
|       ) | ||||
|     ) | ||||
| 
 | ||||
|     results             = definition.collapse(field: :id).order(_id: { order: :desc }).limit(@limit).offset(@offset).objects.compact | ||||
|     results             = definition.collapse(field: :id).order(id: { order: :desc }).limit(@limit).offset(@offset).objects.compact | ||||
|     account_ids         = results.map(&:account_id) | ||||
|     account_domains     = results.map(&:account_domain) | ||||
|     preloaded_relations = @account.relations_map(account_ids, account_domains) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue