Skip to content

Commit

Permalink
ACMS-4246: Update search config to work with recipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Dec 30, 2024
1 parent 1fc6aff commit 59deb27
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ dependencies:
enforced:
module:
- acquia_cms_search
third_party_settings:
acquia_cms_common:
search_server: database
id: content
name: Content
description: 'An index of all content in your site.'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
langcode: en
status: true
dependencies:
config:
- search_api.index.content
- views.view.search
module:
- views
- search_api_autocomplete
id: search
label: Search
index_id: content
suggester_settings:
live_results:
fields: { }
view_modes: { }
server:
fields: { }
suggester_weights:
live_results: 0
server: 0
suggester_limits: { }
search_settings:
'views:search':
displays:
default: true
selected: { }
options:
limit: 10
min_length: 1
show_count: false
delay: null
submit_button_selector: ':submit'
autosubmit: true
Loading

0 comments on commit 59deb27

Please sign in to comment.