Questions tagged [elasticpress]

4 questions
2
votes
1 answer

Elasticsearch - search for terms smaller than min_gram

I am fairly new to Elasticsearch, but managed to produce results, almost to what I expect them to be, except one small problem. I am showing only the code that focuses on the issue. Using edgeNGram as a filter: filter: { 'type':'edgeNGram', …
scooterlord
  • 15,124
  • 11
  • 49
  • 68
0
votes
1 answer

Elasticsearch & Elasticpress search by math_phrase with & inside query

I have problem with my queries when I'm using " or ' - then I expect match_phrase, but I don't know how I can retrieve posts when I'm using match_phrase with & For example I'm using Something & Something as phrase, and when I'm didn't using ' and "…
Jakub Jóźwiak
  • 57
  • 1
  • 10
0
votes
0 answers

ElasticPress is (aparently) messing my wordpress queries

I recently installed ElasticPress on my woocommerce store, and it's working fine -- the product page is showing normally, and the search bar is working fine with the new elastic capabilities. However, when I try to use the product filters, nothing…
0
votes
1 answer

Elasticsearch / Elasticpress find ALL terms

I've been struggling to make my search work as expected, mainly because I don't know what kind of query I should make to fullfill my needs. Essentially, what I am looking for, is that the results ideally would only include posts that include every…
scooterlord
  • 15,124
  • 11
  • 49
  • 68