Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
		
						commit
						6ab7051b48
					
				@ -51,7 +51,7 @@ class StatusesIndex < Chewy::Index
 | 
				
			|||||||
      field :id, type: 'long'
 | 
					      field :id, type: 'long'
 | 
				
			||||||
      field :account_id, type: 'long'
 | 
					      field :account_id, type: 'long'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      field :text, type: 'text', value: ->(status) { [status.spoiler_text, Formatter.instance.plaintext(status)].concat(status.media_attachments.map(&:description)).concat(status.preloadable_poll ? status_preloadable_poll.options : []).join("\n\n") } do
 | 
					      field :text, type: 'text', value: ->(status) { [status.spoiler_text, Formatter.instance.plaintext(status)].concat(status.media_attachments.map(&:description)).concat(status.preloadable_poll ? status.preloadable_poll.options : []).join("\n\n") } do
 | 
				
			||||||
        field :stemmed, type: 'text', analyzer: 'content'
 | 
					        field :stemmed, type: 'text', analyzer: 'content'
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user