Class: Workarea::Search::Admin::NavigationMenu

Inherits:
Workarea::Search::Admin show all
Includes:
Releasable
Defined in:
app/models/workarea/search/admin/navigation_menu.rb

Instance Method Summary collapse

Methods included from Releasable

#facets, #status

Methods inherited from Workarea::Search::Admin

#as_document, #created_at, #facets, for, #id, jump_to, #jump_to_param, #jump_to_position, #jump_to_route_helper, #jump_to_search_text, #jump_to_text, #keywords, #name, #releasable?, #sanitized_keywords, #should_be_indexed?, #status, #type, #updated_at

Methods included from Elasticsearch::Document

all, #as_bulk_document, #as_document, current_index_prefix, #destroy, #initialize, #save

Instance Method Details

#search_textObject



7
8
9
# File 'app/models/workarea/search/admin/navigation_menu.rb', line 7

def search_text
  [model.id, model.name]
end