Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description #12

Open
ThinkDigitalSoftware opened this issue Sep 16, 2019 · 4 comments
Open

Add description #12

ThinkDigitalSoftware opened this issue Sep 16, 2019 · 4 comments

Comments

@ThinkDigitalSoftware
Copy link

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

@isoos
Copy link
Owner

isoos commented Sep 17, 2019

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

@ThinkDigitalSoftware
Copy link
Author

Yes please :)

@vivekaion
Copy link

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

@vivekaion
Copy link

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.
	`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants