Skip to content

Commit

Permalink
[App Search] Remaining Result Settings logic and routes (elastic#94947)…
Browse files Browse the repository at this point in the history
… (elastic#95105)

Co-authored-by: Jason Stoltzfus <[email protected]>
  • Loading branch information
kibanamachine and JasonStoltz authored Mar 22, 2021
1 parent 057a85c commit c8d5024
Show file tree
Hide file tree
Showing 9 changed files with 862 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { i18n } from '@kbn/i18n';

import { FieldResultSetting } from './types';

export const DEFAULT_SNIPPET_SIZE = 100;

export const RESULT_SETTINGS_TITLE = i18n.translate(
'xpack.enterpriseSearch.appSearch.engine.resultSettings.title',
{ defaultMessage: 'Result Settings' }
Expand Down
Loading

0 comments on commit c8d5024

Please sign in to comment.