Skip to content

Commit

Permalink
Updated metsis views. Added more sane time based caching. Removed rem…
Browse files Browse the repository at this point in the history
…ember last selection, as it make problems in the search
  • Loading branch information
Magnar Eivind Martinsen committed Jul 2, 2024
1 parent c815ea0 commit 2933851
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ backend_config:
connector: standard
connector_config:
scheme: http
host: metsis-solr.met.no
host: 172.22.0.10
port: 8983
path: /
core: testcore
core: adc
timeout: 20
index_timeout: 10
optimize_timeout: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9497,8 +9497,12 @@ display:
authenticated: authenticated
administrator: administrator
cache:
type: search_api_none
options: { }
type: search_api_time
options:
results_lifespan: 518400
results_lifespan_custom: 0
output_lifespan: 518400
output_lifespan_custom: 0
empty: { }
sorts: { }
arguments:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ display:
options:
results_lifespan: 518400
results_lifespan_custom: 0
output_lifespan: 0
output_lifespan: 518400
output_lifespan_custom: 0
empty: { }
sorts: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,7 @@ display:
or: or
identifier: fulltext
required: false
remember: true
remember: false
multiple: true
remember_roles:
anonymous: anonymous
Expand Down

0 comments on commit 2933851

Please sign in to comment.