namlook / ember-eureka

Ember client for Eureka applications
MIT License
3 stars 0 forks source link

don't display search field when there is no "search.field" #21

Open namlook opened 10 years ago

namlook commented 10 years ago
{
  BlogPost: {
    search: {
      field: 'title',
      enableAdvancedQuery: true,
      placeholder: 'search a really custom object...'
    },
    schema: {
      title: {type: string},
      body: {type: string}
    }
}