UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

48 lines (47 loc) 883 B
import { SearchFacetSort as e, SearchFieldName as t } from "@sage-bionetworks/synapse-types"; const a = { queryTerm: [], facetOptions: [ { name: t.ENTITY_TYPE, maxResultCount: 300, sortType: e.COUNT }, { name: t.CONSORTIUM, maxResultCount: 300, sortType: e.COUNT }, { name: t.MODIFIED_ON, maxResultCount: 300, sortType: e.COUNT }, { name: t.MODIFIED_BY, maxResultCount: 300, sortType: e.COUNT }, { name: t.CREATED_ON, maxResultCount: 300, sortType: e.COUNT }, { name: t.TISSUE, maxResultCount: 300, sortType: e.COUNT }, { name: t.CREATED_BY, maxResultCount: 300, sortType: e.COUNT } ], start: 0, size: 30 }; export { a as DEFAULT_SEARCH_QUERY }; //# sourceMappingURL=searchDefaults.js.map