Skip to content

Commit

Permalink
Remove internal functions from public esQuery namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Dec 11, 2019
1 parent 9165d77 commit 88f1543
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/data/common/es_query/es_query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@
export { buildEsQuery, EsQueryConfig } from './build_es_query';
export { buildQueryFromFilters } from './from_filters';
export { luceneStringToDsl } from './lucene_string_to_dsl';
export { migrateFilter } from './migrate_filter';
export { decorateQuery } from './decorate_query';
export { filterMatchesIndex } from './filter_matches_index';
export { getEsQueryConfig } from './get_es_query_config';

0 comments on commit 88f1543

Please sign in to comment.