Pulkit Singhal
Pulkit Singhal
@onstrike07 - it is a bit trickier than i thought: 1. your situation is such that only reading from the indices is required but when I try to be a...
cc @anana54, @rabee3 and @zelphir - this issue may be of interest to you when its finished
I'm thinking that this also ties into the finishing #24 first ... should I make the include filter smart enough to look at the mappings and then form queries differently...
@aquid - How does the `include` implementation handle or behave in extremely large datasets? Can you or Bhushan share some numbers? If not that then maybe at least a high...
@Ozitiho - as you found out ... creating custom analyzers (if they do not already exist) is not handled by the code currently :( If I, you or some other...
I admit that this may sound a bit ignorant, but could you help point out for me with a quick sample snippet, how can `nor` can be used with this...
I don't have an ES instance or a meaningful dataset that I can point it to for testing right now ... thinking ...
After you follow the steps above to reproduce the problem: You will see a failure like the following in logs when you run `DEBUG=loopback:connector:* mocha`: ``` loopback:connector:elasticsearch ESConnector.prototype.all +0ms model...
@raymondfeng - Is the core code unable to sort when the id is represented by something other than `id`? Like `seq` in this example? If so, would you mind opening...
1. find code that tries to add sort order and tell it not to do so because findByIds isn't meant to work like that 2. can get clues from how...