ElasticSearch Full-text query Docs
ES has different query types. A quick summary:
match - standard full text query
match_phrase - phrase mat...
For further actions, you may consider blocking this person and/or reporting abuse
Great breakdown! I'd love to see more search based posts on dev.to. There is so much you can do with elastic (and their ilk) and search is such a big part of so many applications.
Thanks! Yes, I completely agree, elasticsearch is very powerful. My approach with what I write on dev.to is basically to post the notes i take while I'm working + learning, which hopefully is easier to understand than just having the elasticsearch documentation, which is pretty dense.