naulos / loopback-couch-connector

1 stars 1 forks source link

Model.find() does not work #1

Open bebor opened 7 years ago

bebor commented 7 years ago

on server boot the automatically generated indexes/views are created correctly. but then the Model.find() never finds anything.

seems to me to be solely the issue of your connector, because:

what could be the issue?

akat commented 7 years ago

Hi,

Please give me an example code in order to check, find method works, also findbyid method works. Next week i will commit some new features like operators and PUT methods fix.

bebor commented 7 years ago

if you can tell me what exact information i can provide, for better investigation, i'll be happy to do so.