You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new with Elastic. I would like to search by multiple form fields.
For example I have my form with: company_name, contacts.first_last_name.
In my Elastic structure I have company_name, contacts.firstname, contacts.lastname
I want search by name (concat firstname and lastname) but if I filled the company_name form field I want to search company_name AND firstname + lastname
I think it's working with concat field, but who to add other field ?
Btw, how to add some checkboxes to the query with Elasticquent ? Of course, firstname, lastname and company_name will be included in the query too. I think it's a complex filter :/
Thx.
The text was updated successfully, but these errors were encountered:
Hi,
I'm new with Elastic. I would like to search by multiple form fields.
For example I have my form with: company_name, contacts.first_last_name.
In my Elastic structure I have company_name, contacts.firstname, contacts.lastname
I want search by name (concat firstname and lastname) but if I filled the company_name form field I want to search company_name
AND
firstname + lastnameI think it's working with concat field, but who to add other field ?
Btw, how to add some checkboxes to the query with Elasticquent ? Of course, firstname, lastname and company_name will be included in the query too. I think it's a complex filter :/
Thx.
The text was updated successfully, but these errors were encountered: