Elasticsearch with AWS #38317
Unanswered
valehasadli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone!
Laravel
officially does not supportElasticsearch
.I need a full-text search feature, I need to search between cross tables,
groups
-users
and these two tables have a pivotgroups_users
table. I need to cross-search between members of group users' username, first name, last name, group name, and group description. Based on these keys I should provide a group or groups options for joining.As you know that
Laravel
does not supportElasticsearch
and I don't know which library is fit and how it works withAWS
Elasticsearch
.Beta Was this translation helpful? Give feedback.
All reactions