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
  • Loading branch information
JasonStoltz authored and kibanamachine committed Mar 22, 2021
1 parent c090bd3 commit 55991c4
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 55991c4

Please sign in to comment.