Message from JavaScript discussions
March 2018
— Https://www.elastic.co/guide/en/elasticsearch/guide/current/_finding_multiple_exact_values.html
If you have a term query for { "term" : { "tags" : "search" } }
, it will match both of the following documents:
{ "tags" : ["search"] }
{ "tags" : ["search", "open_source"] }
— Will this logic work for postgres n sequelize?
— With the right schema sure
— Elasticsearch uses an inverted index schema
— Idk what the details of that are, but it supposedly allows faster searches
— Just my opinion, but i think you are thinking too much for project that not even start yet 😏
— I've already started the project. Can I chat you privately inchidi
— Yes I've that habit of over thinking the logic n when I am done accomplishing what I want. Later on I find out that there is an easier way I could have done it
— Okay. Thanks for your help.
— What is "the project"
— Dump it into console