Thomas Jejkal
Thomas Jejkal
I'm not totally sure, but I think that I've upgraded it with macOS High Sierra.
I've solved this issue by adding the following lines in my Application class: ``` @Autowired private RequestMappingHandlerAdapter requestMappingHandlerAdapter; @Bean @Primary public RequestMappingHandlerAdapter adapter(){ return requestMappingHandlerAdapter; } @Bean public JsonViewSupportFactoryBean views(){...
I'm afraid it's too simple to contain any bugs, but let's have a look: ``` const sk = new Searchkit({ connection: { host: "http://localhost:9200", }, search_settings: { search_attributes: ['metadata.titles.value', 'metadata.publisher'],...
I've already checked this yesterday and I just realized that I did not submit my comment. -.- As expected, with a simple key it is working as intended as the...
Thanks a lot for the hint, but I'm a bit confused, mainly because of not understanding the difference between using search_settings and the Configuration-Component and how their setting relate to...