elastic_client icon indicating copy to clipboard operation
elastic_client copied to clipboard

Add description

Open ThinkDigitalSoftware opened this issue 4 years ago • 4 comments

Can you add a description to the package so we know what it's for? I was about to share it, but there's no info to help the dev know what it is and how to use it

ThinkDigitalSoftware avatar Sep 16 '19 21:09 ThinkDigitalSoftware

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

isoos avatar Sep 17 '19 18:09 isoos

Yes please :)

ThinkDigitalSoftware avatar Sep 17 '19 18:09 ThinkDigitalSoftware

yes please, I am new and can't build complex query. how to build a complex query?

vivekaion avatar Aug 24 '21 11:08 vivekaion

if you could show me some way to build query like following, I am willing to contribute to your repository, I am new to Dart, but working with elastic from many years.

my question is this.

`My user search "the avenger infinity war"

so i need complex query in three part Part 1: importance 1.5 phrase search : "the avenger infinity war"

PArt 2: importance 1.0 Word search "the" and "avenger" and "infinity" and "war"

PArt 3: importance 0.5 Fuzzy search "the"~0.5 and "avenger"~0.5 and "infinity"~0.5 and "war"~0.5

combining this search to one. well i am willing to contibute if you show me some way to build this, in string version i can made this, but don't know how to build in Map<dynamic,dynamic>

is there any way, just a small hint will also be much helpful.
	`

vivekaion avatar Aug 25 '21 05:08 vivekaion