Class: Workarea::Search::Admin::SearchCustomization

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

Instance Method Summary collapse

Methods included from Releasable

#facets, #status

Methods inherited from Workarea::Search::Admin

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

Methods included from Elasticsearch::Document

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

Instance Method Details

#jump_to_positionObject



19
20
21
# File 'app/models/workarea/search/admin/search_customization.rb', line 19

def jump_to_position
  99
end

#jump_to_textObject



15
16
17
# File 'app/models/workarea/search/admin/search_customization.rb', line 15

def jump_to_text
  "#{model.id} - #{model.name}"
end

#search_textObject



11
12
13
# File 'app/models/workarea/search/admin/search_customization.rb', line 11

def search_text
  model.name
end

#typeObject



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

def type
  'search_customization'
end