István Soós

Results 333 comments of István Soós

it is @lucyhoang who had the issue, I've just moved it.

This seems to be an unsecure way to expose your database over the internet, and it is likely that it will get hacked, the data will get exposed. Unless it...

@kaumudpa if you put your security credentials into the app (be it on a mobile or on the web), it will get hacked. Maybe not immediately, but eventually, especially if...

@kaumudpa: if you are using a frontend server, it can connect to the elasticsearch server directly, there is no need for cors in that case.

You can use this method: https://pub.dev/documentation/elastic_client/latest/elastic_client/Client/search.html Pass in the map of your `query` as `query` and `aggs` as `aggregations`, and you should get your results...

I'm not sure how to reproduce or debug this. Is the server on the same network, or is there any proxy inbetween?

@ThinkDigitalSoftware You mean more content in the README? Yeah, that is a bit lacking right now...

Yeah, that may be of a problem. Would you be able to create a PR with the fix? I'd be happy to review and merge it...

The library is platform-agnostic, works with Dart VM just fine. I have no experience with AppSearch. If there is a need for extra API support, I am happy to accept...