This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Search | |
module Sections | |
module Base | |
class SectionOnline < Search::Sections::Base::SectionBas | |
private | |
def payload | |
section = self | |
Elasticsearch::DSL::Search.search do | |
size 500 | |
parameter = @parameter |