10up / ElasticPress

A fast and flexible search and query engine for WordPress.
https://elasticpress.io
GNU General Public License v2.0
1.25k stars 312 forks source link

Irrelevant search results #708

Closed ivankristianto closed 6 years ago

ivankristianto commented 7 years ago

I'm using: WP: 4.7.2 EP: 2.2 ES: 5.0.0 Content from theme-unit-test-data.xml

wp elasticpress stats result

====== Stats for: 10updev-1 ======
Documents:  184
Index Size: 929.10 KB
====== End Stats ======

Keyword: "Rob Dyrdek"

search results for rob dyrdek 10up

POST Query:

{
    "explain": true,
    "from": 0,
    "size": 10,
    "sort": [
        {
            "_score": {
                "order": "desc"
            }
        }
    ],
    "query": {
        "function_score": {
            "query": {
                "bool": {
                    "should": [
                        {
                            "multi_match": {
                                "query": "Rob Dyrdek",
                                "type": "phrase",
                                "fields": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt",
                                    "author_name",
                                    "terms.post_tag.name",
                                    "terms.category.name",
                                    "post_author.login"
                                ],
                                "boost": 4
                            }
                        },
                        {
                            "multi_match": {
                                "query": "Rob Dyrdek",
                                "fields": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt",
                                    "author_name",
                                    "terms.post_tag.name",
                                    "terms.category.name",
                                    "post_author.login"
                                ],
                                "boost": 2,
                                "fuzziness": 0,
                                "operator": "and"
                            }
                        },
                        {
                            "multi_match": {
                                "fields": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt",
                                    "author_name",
                                    "terms.post_tag.name",
                                    "terms.category.name",
                                    "post_author.login"
                                ],
                                "query": "Rob Dyrdek",
                                "fuzziness": 1
                            }
                        }
                    ]
                }
            },
            "exp": {
                "post_date_gmt": {
                    "scale": "14d",
                    "decay": 0.25,
                    "offset": "7d"
                }
            }
        }
    },
    "post_filter": {
        "bool": {
            "must": [
                {
                    "terms": {
                        "post_type.raw": [
                            "post",
                            "page",
                            "attachment",
                            "product"
                        ]
                    }
                },
                {
                    "term": {
                        "post_status": "publish"
                    }
                }
            ]
        }
    }
}

Results

{
  "took": 19,
  "timed_out": false,
  "_shards": {
    "total": 5,
    "successful": 5,
    "failed": 0
  },
  "hits": {
    "total": 4,
    "max_score": 0,
    "hits": [
      {
        "_shard": "[10updev-1][1]",
        "_node": "gMeM7WrERYyFaCnIiUboIQ",
        "_index": "10updev-1",
        "_type": "post",
        "_id": "903",
        "_score": 0,
        "_source": {
          "post_id": 903,
          "ID": 903,
          "post_author": {
            "raw": "",
            "login": "",
            "display_name": "",
            "id": ""
          },
          "post_date": "2013-01-10 20:15:40",
          "post_date_gmt": "2013-01-11 02:15:40",
          "post_title": "Image Alignment",
          "post_excerpt": "",
          "post_content": "Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let’s get started. On the topic of alignment, it should be noted that users can choose from the options of None, Left, Right, and Center. In addition, they also get the options of Thumbnail, Medium, Large & Fullsize. The image above happens to be centered. The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is left aligned.  As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we’ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it’s thang. Mission accomplished! And now for a massively large image. It also has no alignment. The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. And now we’re going to shift things to the right align. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there… Hey guy! Way to rock that right side. I don’t care what the left aligned image says, you look great. Don’t let anyone else tell you differently. In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah… Just like that. It never felt so good to be right. And just when you thought we were done, we’re going to do them all over again with captions! Look at 580×300 getting some caption love. The image above happens to be centered. The caption also has a link in it, just to see if it does anything funky. Itty-bitty caption. The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is left aligned.  As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we’ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it’s thang. Mission accomplished! And now for a massively large image. It also has no alignment. Massive image comment for your eyeballs. The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. Feels good to be right all the time. And now we’re going to shift things to the right align. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there… Hey guy! Way to rock that right side. I don’t care what the left aligned image says, you look great. Don’t let anyone else tell you differently. In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah… Just like that. It never felt so good to be right. And that’s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! ",
          "post_status": "publish",
          "post_name": "image-alignment",
          "post_modified": "2013-01-10 20:15:40",
          "post_modified_gmt": "2013-01-11 02:15:40",
          "post_parent": 0,
          "post_type": "post",
          "post_mime_type": "",
          "permalink": "http://10up.dev/blog/2013/01/10/image-alignment/",
          "terms": {
            "category": [
              {
                "term_id": 2,
                "slug": "alignment",
                "name": "Alignment",
                "parent": 0
              },
              {
                "term_id": 5,
                "slug": "captions",
                "name": "Captions",
                "parent": 0
              },
              {
                "term_id": 9,
                "slug": "content",
                "name": "Content",
                "parent": 0
              },
              {
                "term_id": 16,
                "slug": "images",
                "name": "Images",
                "parent": 0
              },
              {
                "term_id": 18,
                "slug": "post-format-link",
                "name": "Link",
                "parent": 0
              },
              {
                "term_id": 1,
                "slug": "uncategorized",
                "name": "Uncategorized",
                "parent": 0
              }
            ]
          },
          "date_terms": {
            "year": 2013,
            "month": 1,
            "week": 2,
            "dayofyear": 9,
            "day": 10,
            "dayofweek": 4,
            "dayofweek_iso": 4,
            "hour": 20,
            "minute": 15,
            "second": 40,
            "m": 201301
          },
          "comment_count": 0,
          "comment_status": 0,
          "ping_status": 0,
          "menu_order": 0,
          "guid": "http://wptest.io/demo/?p=903",
          "meta": {
            "standard_seo_post_level_layout": [
              {
                "value": "",
                "raw": "",
                "boolean": false,
                "date": "1971-01-01",
                "datetime": "1971-01-01 00:00:01",
                "time": "00:00:01"
              }
            ],
            "standard_link_url_field": [
              {
                "value": "",
                "raw": "",
                "boolean": false,
                "date": "1971-01-01",
                "datetime": "1971-01-01 00:00:01",
                "time": "00:00:01"
              }
            ],
            "standard_seo_post_meta_description": [
              {
                "value": "",
                "raw": "",
                "boolean": false,
                "date": "1971-01-01",
                "datetime": "1971-01-01 00:00:01",
                "time": "00:00:01"
              }
            ]
          }
        },
        "_explanation": {
          "value": 0,
          "description": "sum of:",
          "details": [
            {
              "value": 0,
              "description": "function score, product of:",
              "details": [
                {
                  "value": 0.51166505,
                  "description": "sum of:",
                  "details": [
                    {
                      "value": 0.51166505,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 0.51166505,
                          "description": "sum of:",
                          "details": [
                            {
                              "value": 0.51166505,
                              "description": "weight(post_content:job in 11) [PerFieldSimilarity], result of:",
                              "details": [
                                {
                                  "value": 0.51166505,
                                  "description": "score(doc=11,freq=2.0 = termFreq=2.0\n), product of:",
                                  "details": [
                                    {
                                      "value": 0.6666666,
                                      "description": "boost",
                                      "details": []
                                    },
                                    {
                                      "value": 2.3671236,
                                      "description": "idf(docFreq=1, docCount=15)",
                                      "details": []
                                    },
                                    {
                                      "value": 0.32423216,
                                      "description": "tfNorm, computed from:",
                                      "details": [
                                        {
                                          "value": 2,
                                          "description": "termFreq=2.0",
                                          "details": []
                                        },
                                        {
                                          "value": 1.2,
                                          "description": "parameter k1",
                                          "details": []
                                        },
                                        {
                                          "value": 0.75,
                                          "description": "parameter b",
                                          "details": []
                                        },
                                        {
                                          "value": 52.333332,
                                          "description": "avgFieldLength",
                                          "details": []
                                        },
                                        {
                                          "value": 655.36,
                                          "description": "fieldLength",
                                          "details": []
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "value": 0,
                  "description": "min of:",
                  "details": [
                    {
                      "value": 0,
                      "description": "Function for field post_date_gmt:",
                      "details": [
                        {
                          "value": 0,
                          "description": "exp(- MIN[Math.max(Math.abs(1.35787054E12(=doc value) - 1.486648249899E12(=origin))) - 6.048E8(=offset), 0)] * 1.146076687433772E-9)",
                          "details": []
                        }
                      ]
                    },
                    {
                      "value": 3.4028235e+38,
                      "description": "maxBoost",
                      "details": []
                    }
                  ]
                }
              ]
            },
            {
              "value": 0,
              "description": "match on required clause, product of:",
              "details": [
                {
                  "value": 0,
                  "description": "# clause",
                  "details": []
                },
                {
                  "value": 1,
                  "description": "_type:post, product of:",
                  "details": [
                    {
                      "value": 1,
                      "description": "boost",
                      "details": []
                    },
                    {
                      "value": 1,
                      "description": "queryNorm",
                      "details": []
                    }
                  ]
                }
              ]
            }
          ]
        }
      },
      {
        "_shard": "[10updev-1][4]",
        "_node": "gMeM7WrERYyFaCnIiUboIQ",
        "_index": "10updev-1",
        "_type": "post",
        "_id": "1083",
        "_score": 0,
        "_source": {
          "post_id": 1083,
          "ID": 1083,
          "post_author": {
            "raw": "",
            "login": "",
            "display_name": "",
            "id": ""
          },
          "post_date": "2013-03-15 18:20:05",
          "post_date_gmt": "2013-03-15 23:20:05",
          "post_title": "Page Markup And Formatting",
          "post_excerpt": "",
          "post_content": "Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things. Steve Jobs – Apple Worldwide Developers’ Conference, 1997 Tables Employee Salary John Saddington $1 Because that’s all Steve Job’ needed for a salary. Tom McFarlin $100K For all the blogging he does. Jared Erickson $100M Pictures are worth a thousand words, right? So Tom x 1,000. Chris Ames $100B With hair like that?! Enough said… Definition Lists Definition List Title Definition list division. Startup A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. #dowork Coined by Rob Dyrdek and his personal body guard Christopher “Big Black” Boykins, “Do Work” works as a self motivator, to motivating your friends. Do It Live I’ll let Bill O’Reilly will explain this one. Unordered Lists (Nested) List item one List item one List item one List item two List item three List item four List item two List item three List item four List item two List item three List item four Ordered List (Nested) List item one List item one List item one List item two List item three List item four List item two List item three List item four List item two List item three List item four HTML Tags These supported tags come from the WordPress.com code FAQ. Address Tag 1 Infinite Loop Cupertino, CA 95014 United States Anchor Tag (aka. Link) This is an example of a link. Abbreviation Tag The abbreviation srsly stands for “seriously”. Acronym Tag The acronym ftw stands for “for the win”. Big Tag These tests are a big deal, but this tag is no longer supported in HTML5. Cite Tag “Code is poetry.” —Automattic Code Tag You will learn later on in these tests that word-wrap: break-word; will be your best friend. Delete Tag This tag will let you strikeout text, but this tag is no longer supported in HTML5 (use the <strike> instead). Emphasize Tag The emphasize tag should italicize text. Insert Tag This tag should denote inserted text. Keyboard Tag This scarsly known tag emulates keyboard text, which is usually styled like the <code> tag. Preformatted Tag This tag styles large blocks of code. .post-title { \tmargin: 0 0 5px; \tfont-weight: bold; \tfont-size: 38px; \tline-height: 1.2; } Quote Tag Developers, developers, developers… –Steve Ballmer Strong Tag This tag shows bold text. Subscript Tag Getting our science styling on with H2O, which should push the “2” down. Superscript Tag Still sticking with science and Albert Einstein’s E = MC2, which should lift the “2” up. Teletype Tag This rarely used tag emulates teletype text, which is usually styled like the <code> tag. Variable Tag This allows you to denote variables. ",
          "post_status": "publish",
          "post_name": "page-markup-and-formatting",
          "post_modified": "2013-03-15 18:20:05",
          "post_modified_gmt": "2013-03-15 23:20:05",
          "post_parent": 0,
          "post_type": "page",
          "post_mime_type": "",
          "permalink": "http://10up.dev/page-markup-and-formatting/",
          "terms": [],
          "date_terms": {
            "year": 2013,
            "month": 3,
            "week": 11,
            "dayofyear": 73,
            "day": 15,
            "dayofweek": 5,
            "dayofweek_iso": 5,
            "hour": 18,
            "minute": 20,
            "second": 5,
            "m": 201303
          },
          "comment_count": 0,
          "comment_status": 0,
          "ping_status": 0,
          "menu_order": 0,
          "guid": "http://wptest.io/demo/?page_id=1083",
          "meta": {
            "standard_seo_post_meta_description": [
              {
                "value": "",
                "raw": "",
                "boolean": false,
                "date": "1971-01-01",
                "datetime": "1971-01-01 00:00:01",
                "time": "00:00:01"
              }
            ]
          }
        },
        "_explanation": {
          "value": 0,
          "description": "sum of:",
          "details": [
            {
              "value": 0,
              "description": "function score, product of:",
              "details": [
                {
                  "value": 9.099993,
                  "description": "sum of:",
                  "details": [
                    {
                      "value": 4.88918,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 4.88918,
                          "description": "weight(post_content:\"rob dyrdek\" in 3) [PerFieldSimilarity], result of:",
                          "details": [
                            {
                              "value": 4.88918,
                              "description": "score(doc=3,freq=1.0 = phraseFreq=1.0\n), product of:",
                              "details": [
                                {
                                  "value": 4,
                                  "description": "boost",
                                  "details": []
                                },
                                {
                                  "value": 4.8318276,
                                  "description": "idf(), sum of:",
                                  "details": [
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    }
                                  ]
                                },
                                {
                                  "value": 0.25296745,
                                  "description": "tfNorm, computed from:",
                                  "details": [
                                    {
                                      "value": 1,
                                      "description": "phraseFreq=1.0",
                                      "details": []
                                    },
                                    {
                                      "value": 1.2,
                                      "description": "parameter k1",
                                      "details": []
                                    },
                                    {
                                      "value": 0.75,
                                      "description": "parameter b",
                                      "details": []
                                    },
                                    {
                                      "value": 79.74074,
                                      "description": "avgFieldLength",
                                      "details": []
                                    },
                                    {
                                      "value": 655.36,
                                      "description": "fieldLength",
                                      "details": []
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "value": 2.44459,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 2.44459,
                          "description": "sum of:",
                          "details": [
                            {
                              "value": 1.222295,
                              "description": "weight(post_content:rob in 3) [PerFieldSimilarity], result of:",
                              "details": [
                                {
                                  "value": 1.222295,
                                  "description": "score(doc=3,freq=1.0 = termFreq=1.0\n), product of:",
                                  "details": [
                                    {
                                      "value": 2,
                                      "description": "boost",
                                      "details": []
                                    },
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 0.25296745,
                                      "description": "tfNorm, computed from:",
                                      "details": [
                                        {
                                          "value": 1,
                                          "description": "termFreq=1.0",
                                          "details": []
                                        },
                                        {
                                          "value": 1.2,
                                          "description": "parameter k1",
                                          "details": []
                                        },
                                        {
                                          "value": 0.75,
                                          "description": "parameter b",
                                          "details": []
                                        },
                                        {
                                          "value": 79.74074,
                                          "description": "avgFieldLength",
                                          "details": []
                                        },
                                        {
                                          "value": 655.36,
                                          "description": "fieldLength",
                                          "details": []
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            {
                              "value": 1.222295,
                              "description": "weight(post_content:dyrdek in 3) [PerFieldSimilarity], result of:",
                              "details": [
                                {
                                  "value": 1.222295,
                                  "description": "score(doc=3,freq=1.0 = termFreq=1.0\n), product of:",
                                  "details": [
                                    {
                                      "value": 2,
                                      "description": "boost",
                                      "details": []
                                    },
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 0.25296745,
                                      "description": "tfNorm, computed from:",
                                      "details": [
                                        {
                                          "value": 1,
                                          "description": "termFreq=1.0",
                                          "details": []
                                        },
                                        {
                                          "value": 1.2,
                                          "description": "parameter k1",
                                          "details": []
                                        },
                                        {
                                          "value": 0.75,
                                          "description": "parameter b",
                                          "details": []
                                        },
                                        {
                                          "value": 79.74074,
                                          "description": "avgFieldLength",
                                          "details": []
                                        },
                                        {
                                          "value": 655.36,
                                          "description": "fieldLength",
                                          "details": []
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "value": 1.7662224,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 1.7662224,
                          "description": "sum of:",
                          "details": [
                            {
                              "value": 1.1550748,
                              "description": "sum of:",
                              "details": [
                                {
                                  "value": 0.6290439,
                                  "description": "weight(post_content:job in 3) [PerFieldSimilarity], result of:",
                                  "details": [
                                    {
                                      "value": 0.6290439,
                                      "description": "score(doc=3,freq=2.0 = termFreq=2.0\n), product of:",
                                      "details": [
                                        {
                                          "value": 0.6666666,
                                          "description": "boost",
                                          "details": []
                                        },
                                        {
                                          "value": 2.0794415,
                                          "description": "idf(docFreq=3, docCount=27)",
                                          "details": []
                                        },
                                        {
                                          "value": 0.45375928,
                                          "description": "tfNorm, computed from:",
                                          "details": [
                                            {
                                              "value": 2,
                                              "description": "termFreq=2.0",
                                              "details": []
                                            },
                                            {
                                              "value": 1.2,
                                              "description": "parameter k1",
                                              "details": []
                                            },
                                            {
                                              "value": 0.75,
                                              "description": "parameter b",
                                              "details": []
                                            },
                                            {
                                              "value": 79.74074,
                                              "description": "avgFieldLength",
                                              "details": []
                                            },
                                            {
                                              "value": 655.36,
                                              "description": "fieldLength",
                                              "details": []
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                },
                                {
                                  "value": 0.526031,
                                  "description": "weight(post_content:rob in 3) [PerFieldSimilarity], result of:",
                                  "details": [
                                    {
                                      "value": 0.526031,
                                      "description": "score(doc=3,freq=1.0 = termFreq=1.0\n), product of:",
                                      "details": [
                                        {
                                          "value": 2.0794415,
                                          "description": "idf(docFreq=3, docCount=27)",
                                          "details": []
                                        },
                                        {
                                          "value": 0.25296745,
                                          "description": "tfNorm, computed from:",
                                          "details": [
                                            {
                                              "value": 1,
                                              "description": "termFreq=1.0",
                                              "details": []
                                            },
                                            {
                                              "value": 1.2,
                                              "description": "parameter k1",
                                              "details": []
                                            },
                                            {
                                              "value": 0.75,
                                              "description": "parameter b",
                                              "details": []
                                            },
                                            {
                                              "value": 79.74074,
                                              "description": "avgFieldLength",
                                              "details": []
                                            },
                                            {
                                              "value": 655.36,
                                              "description": "fieldLength",
                                              "details": []
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            {
                              "value": 0.6111475,
                              "description": "weight(post_content:dyrdek in 3) [PerFieldSimilarity], result of:",
                              "details": [
                                {
                                  "value": 0.6111475,
                                  "description": "score(doc=3,freq=1.0 = termFreq=1.0\n), product of:",
                                  "details": [
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 0.25296745,
                                      "description": "tfNorm, computed from:",
                                      "details": [
                                        {
                                          "value": 1,
                                          "description": "termFreq=1.0",
                                          "details": []
                                        },
                                        {
                                          "value": 1.2,
                                          "description": "parameter k1",
                                          "details": []
                                        },
                                        {
                                          "value": 0.75,
                                          "description": "parameter b",
                                          "details": []
                                        },
                                        {
                                          "value": 79.74074,
                                          "description": "avgFieldLength",
                                          "details": []
                                        },
                                        {
                                          "value": 655.36,
                                          "description": "fieldLength",
                                          "details": []
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "value": 0,
                  "description": "min of:",
                  "details": [
                    {
                      "value": 0,
                      "description": "Function for field post_date_gmt:",
                      "details": [
                        {
                          "value": 0,
                          "description": "exp(- MIN[Math.max(Math.abs(1.363389605E12(=doc value) - 1.486648249899E12(=origin))) - 6.048E8(=offset), 0)] * 1.146076687433772E-9)",
                          "details": []
                        }
                      ]
                    },
                    {
                      "value": 3.4028235e+38,
                      "description": "maxBoost",
                      "details": []
                    }
                  ]
                }
              ]
            },
            {
              "value": 0,
              "description": "match on required clause, product of:",
              "details": [
                {
                  "value": 0,
                  "description": "# clause",
                  "details": []
                },
                {
                  "value": 1,
                  "description": "_type:post, product of:",
                  "details": [
                    {
                      "value": 1,
                      "description": "boost",
                      "details": []
                    },
                    {
                      "value": 1,
                      "description": "queryNorm",
                      "details": []
                    }
                  ]
                }
              ]
            }
          ]
        }
      },
      {
        "_shard": "[10updev-1][4]",
        "_node": "gMeM7WrERYyFaCnIiUboIQ",
        "_index": "10updev-1",
        "_type": "post",
        "_id": "1080",
        "_score": 0,
        "_source": {
          "post_id": 1080,
          "ID": 1080,
          "post_author": {
            "raw": "",
            "login": "",
            "display_name": "",
            "id": ""
          },
          "post_date": "2013-03-15 18:19:23",
          "post_date_gmt": "2013-03-15 23:19:23",
          "post_title": "Page Image Alignment",
          "post_excerpt": "",
          "post_content": "Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let’s get started. On the topic of alignment, it should be noted that users can choose from the options of None, Left, Right, and Center. In addition, they also get the options of Thumbnail, Medium, Large & Fullsize. The image above happens to be centered. The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is left aligned.  As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we’ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it’s thang. Mission accomplished! And now for a massively large image. It also has no alignment. The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. And now we’re going to shift things to the right align. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there… Hey guy! Way to rock that right side. I don’t care what the left aligned image says, you look great. Don’t let anyone else tell you differently. In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah… Just like that. It never felt so good to be right. And just when you thought we were done, we’re going to do them all over again with captions! Look at 580×300 getting some caption love. The image above happens to be centered. The caption also has a link in it, just to see if it does anything funky. Itty-bitty caption. The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is left aligned.  As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we’ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it’s thang. Mission accomplished! And now for a massively large image. It also has no alignment. Massive image comment for your eyeballs. The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. Feels good to be right all the time. And now we’re going to shift things to the right align. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there… Hey guy! Way to rock that right side. I don’t care what the left aligned image says, you look great. Don’t let anyone else tell you differently. In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah… Just like that. It never felt so good to be right. And that’s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! ",
          "post_status": "publish",
          "post_name": "page-image-alignment",
          "post_modified": "2013-03-15 18:19:23",
          "post_modified_gmt": "2013-03-15 23:19:23",
          "post_parent": 0,
          "post_type": "page",
          "post_mime_type": "",
          "permalink": "http://10up.dev/page-image-alignment/",
          "terms": [],
          "post_meta": [],
          "date_terms": {
            "year": 2013,
            "month": 3,
            "week": 11,
            "dayofyear": 73,
            "day": 15,
            "dayofweek": 5,
            "dayofweek_iso": 5,
            "hour": 18,
            "minute": 19,
            "second": 23,
            "m": 201303
          },
          "comment_count": 0,
          "comment_status": 0,
          "ping_status": 0,
          "menu_order": 0,
          "guid": "http://wptest.io/demo/?page_id=1080",
          "meta": []
        },
        "_explanation": {
          "value": 0,
          "description": "sum of:",
          "details": [
            {
              "value": 0,
              "description": "function score, product of:",
              "details": [
                {
                  "value": 0.6290439,
                  "description": "sum of:",
                  "details": [
                    {
                      "value": 0.6290439,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 0.6290439,
                          "description": "sum of:",
                          "details": [
                            {
                              "value": 0.6290439,
                              "description": "sum of:",
                              "details": [
                                {
                                  "value": 0.6290439,
                                  "description": "weight(post_content:job in 4) [PerFieldSimilarity], result of:",
                                  "details": [
                                    {
                                      "value": 0.6290439,
                                      "description": "score(doc=4,freq=2.0 = termFreq=2.0\n), product of:",
                                      "details": [
                                        {
                                          "value": 0.6666666,
                                          "description": "boost",
                                          "details": []
                                        },
                                        {
                                          "value": 2.0794415,
                                          "description": "idf(docFreq=3, docCount=27)",
                                          "details": []
                                        },
                                        {
                                          "value": 0.45375928,
                                          "description": "tfNorm, computed from:",
                                          "details": [
                                            {
                                              "value": 2,
                                              "description": "termFreq=2.0",
                                              "details": []
                                            },
                                            {
                                              "value": 1.2,
                                              "description": "parameter k1",
                                              "details": []
                                            },
                                            {
                                              "value": 0.75,
                                              "description": "parameter b",
                                              "details": []
                                            },
                                            {
                                              "value": 79.74074,
                                              "description": "avgFieldLength",
                                              "details": []
                                            },
                                            {
                                              "value": 655.36,
                                              "description": "fieldLength",
                                              "details": []
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "value": 0,
                  "description": "min of:",
                  "details": [
                    {
                      "value": 0,
                      "description": "Function for field post_date_gmt:",
                      "details": [
                        {
                          "value": 0,
                          "description": "exp(- MIN[Math.max(Math.abs(1.363389563E12(=doc value) - 1.486648249899E12(=origin))) - 6.048E8(=offset), 0)] * 1.146076687433772E-9)",
                          "details": []
                        }
                      ]
                    },
                    {
                      "value": 3.4028235e+38,
                      "description": "maxBoost",
                      "details": []
                    }
                  ]
                }
              ]
            },
            {
              "value": 0,
              "description": "match on required clause, product of:",
              "details": [
                {
                  "value": 0,
                  "description": "# clause",
                  "details": []
                },
                {
                  "value": 1,
                  "description": "_type:post, product of:",
                  "details": [
                    {
                      "value": 1,
                      "description": "boost",
                      "details": []
                    },
                    {
                      "value": 1,
                      "description": "queryNorm",
                      "details": []
                    }
                  ]
                }
              ]
            }
          ]
        }
      },
      {
        "_shard": "[10updev-1][4]",
        "_node": "gMeM7WrERYyFaCnIiUboIQ",
        "_index": "10updev-1",
        "_type": "post",
        "_id": "919",
        "_score": 0,
        "_source": {
          "post_id": 919,
          "ID": 919,
          "post_author": {
            "raw": "",
            "login": "",
            "display_name": "",
            "id": ""
          },
          "post_date": "2013-01-11 20:22:19",
          "post_date_gmt": "2013-01-12 02:22:19",
          "post_title": "Markup And Formatting",
          "post_excerpt": "",
          "post_content": "Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things. Steve Jobs – Apple Worldwide Developers’ Conference, 1997 Tables Employee Salary John Saddington $1 Because that’s all Steve Job’ needed for a salary. Tom McFarlin $100K For all the blogging he does. Jared Erickson $100M Pictures are worth a thousand words, right? So Tom x 1,000. Chris Ames $100B With hair like that?! Enough said… Definition Lists Definition List Title Definition list division. Startup A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. #dowork Coined by Rob Dyrdek and his personal body guard Christopher “Big Black” Boykins, “Do Work” works as a self motivator, to motivating your friends. Do It Live I’ll let Bill O’Reilly will explain this one. Unordered Lists (Nested) List item one List item one List item one List item two List item three List item four List item two List item three List item four List item two List item three List item four Ordered List (Nested) List item one List item one List item one List item two List item three List item four List item two List item three List item four List item two List item three List item four HTML Tags These supported tags come from the WordPress.com code FAQ. Address Tag 1 Infinite Loop Cupertino, CA 95014 United States Anchor Tag (aka. Link) This is an example of a link. Abbreviation Tag The abbreviation srsly stands for “seriously”. Acronym Tag The acronym ftw stands for “for the win”. Big Tag These tests are a big deal, but this tag is no longer supported in HTML5. Cite Tag “Code is poetry.” —Automattic Code Tag You will learn later on in these tests that word-wrap: break-word; will be your best friend. Delete Tag This tag will let you strikeout text, but this tag is no longer supported in HTML5 (use the <strike> instead). Emphasize Tag The emphasize tag should italicize text. Insert Tag This tag should denote inserted text. Keyboard Tag This scarsly known tag emulates keyboard text, which is usually styled like the <code> tag. Preformatted Tag This tag styles large blocks of code. .post-title { \tmargin: 0 0 5px; \tfont-weight: bold; \tfont-size: 38px; \tline-height: 1.2; } Quote Tag Developers, developers, developers… –Steve Ballmer Strong Tag This tag shows bold text. Subscript Tag Getting our science styling on with H2O, which should push the “2” down. Superscript Tag Still sticking with science and Albert Einstein’s E = MC2, which should lift the “2” up. Teletype Tag This rarely used tag emulates teletype text, which is usually styled like the <code> tag. Variable Tag This allows you to denote variables. ",
          "post_status": "publish",
          "post_name": "markup-and-formatting",
          "post_modified": "2013-01-11 20:22:19",
          "post_modified_gmt": "2013-01-12 02:22:19",
          "post_parent": 0,
          "post_type": "post",
          "post_mime_type": "",
          "permalink": "http://10up.dev/blog/2013/01/11/markup-and-formatting/",
          "terms": {
            "category": [
              {
                "term_id": 9,
                "slug": "content",
                "name": "Content",
                "parent": 0
              },
              {
                "term_id": 14,
                "slug": "formatting",
                "name": "Formatting",
                "parent": 0
              },
              {
                "term_id": 20,
                "slug": "markup",
                "name": "Markup",
                "parent": 0
              },
              {
                "term_id": 1,
                "slug": "uncategorized",
                "name": "Uncategorized",
                "parent": 0
              }
            ]
          },
          "date_terms": {
            "year": 2013,
            "month": 1,
            "week": 2,
            "dayofyear": 10,
            "day": 11,
            "dayofweek": 5,
            "dayofweek_iso": 5,
            "hour": 20,
            "minute": 22,
            "second": 19,
            "m": 201301
          },
          "comment_count": 0,
          "comment_status": 0,
          "ping_status": 0,
          "menu_order": 0,
          "guid": "http://wptest.io/demo/?p=919",
          "meta": {
            "standard_seo_post_level_layout": [
              {
                "value": "",
                "raw": "",
                "boolean": false,
                "date": "1971-01-01",
                "datetime": "1971-01-01 00:00:01",
                "time": "00:00:01"
              }
            ],
            "standard_link_url_field": [
              {
                "value": "",
                "raw": "",
                "boolean": false,
                "date": "1971-01-01",
                "datetime": "1971-01-01 00:00:01",
                "time": "00:00:01"
              }
            ],
            "standard_seo_post_meta_description": [
              {
                "value": "",
                "raw": "",
                "boolean": false,
                "date": "1971-01-01",
                "datetime": "1971-01-01 00:00:01",
                "time": "00:00:01"
              }
            ]
          }
        },
        "_explanation": {
          "value": 0,
          "description": "sum of:",
          "details": [
            {
              "value": 0,
              "description": "function score, product of:",
              "details": [
                {
                  "value": 9.099993,
                  "description": "sum of:",
                  "details": [
                    {
                      "value": 4.88918,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 4.88918,
                          "description": "weight(post_content:\"rob dyrdek\" in 12) [PerFieldSimilarity], result of:",
                          "details": [
                            {
                              "value": 4.88918,
                              "description": "score(doc=12,freq=1.0 = phraseFreq=1.0\n), product of:",
                              "details": [
                                {
                                  "value": 4,
                                  "description": "boost",
                                  "details": []
                                },
                                {
                                  "value": 4.8318276,
                                  "description": "idf(), sum of:",
                                  "details": [
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    }
                                  ]
                                },
                                {
                                  "value": 0.25296745,
                                  "description": "tfNorm, computed from:",
                                  "details": [
                                    {
                                      "value": 1,
                                      "description": "phraseFreq=1.0",
                                      "details": []
                                    },
                                    {
                                      "value": 1.2,
                                      "description": "parameter k1",
                                      "details": []
                                    },
                                    {
                                      "value": 0.75,
                                      "description": "parameter b",
                                      "details": []
                                    },
                                    {
                                      "value": 79.74074,
                                      "description": "avgFieldLength",
                                      "details": []
                                    },
                                    {
                                      "value": 655.36,
                                      "description": "fieldLength",
                                      "details": []
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "value": 2.44459,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 2.44459,
                          "description": "sum of:",
                          "details": [
                            {
                              "value": 1.222295,
                              "description": "weight(post_content:rob in 12) [PerFieldSimilarity], result of:",
                              "details": [
                                {
                                  "value": 1.222295,
                                  "description": "score(doc=12,freq=1.0 = termFreq=1.0\n), product of:",
                                  "details": [
                                    {
                                      "value": 2,
                                      "description": "boost",
                                      "details": []
                                    },
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 0.25296745,
                                      "description": "tfNorm, computed from:",
                                      "details": [
                                        {
                                          "value": 1,
                                          "description": "termFreq=1.0",
                                          "details": []
                                        },
                                        {
                                          "value": 1.2,
                                          "description": "parameter k1",
                                          "details": []
                                        },
                                        {
                                          "value": 0.75,
                                          "description": "parameter b",
                                          "details": []
                                        },
                                        {
                                          "value": 79.74074,
                                          "description": "avgFieldLength",
                                          "details": []
                                        },
                                        {
                                          "value": 655.36,
                                          "description": "fieldLength",
                                          "details": []
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            {
                              "value": 1.222295,
                              "description": "weight(post_content:dyrdek in 12) [PerFieldSimilarity], result of:",
                              "details": [
                                {
                                  "value": 1.222295,
                                  "description": "score(doc=12,freq=1.0 = termFreq=1.0\n), product of:",
                                  "details": [
                                    {
                                      "value": 2,
                                      "description": "boost",
                                      "details": []
                                    },
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 0.25296745,
                                      "description": "tfNorm, computed from:",
                                      "details": [
                                        {
                                          "value": 1,
                                          "description": "termFreq=1.0",
                                          "details": []
                                        },
                                        {
                                          "value": 1.2,
                                          "description": "parameter k1",
                                          "details": []
                                        },
                                        {
                                          "value": 0.75,
                                          "description": "parameter b",
                                          "details": []
                                        },
                                        {
                                          "value": 79.74074,
                                          "description": "avgFieldLength",
                                          "details": []
                                        },
                                        {
                                          "value": 655.36,
                                          "description": "fieldLength",
                                          "details": []
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "value": 1.7662224,
                      "description": "max of:",
                      "details": [
                        {
                          "value": 1.7662224,
                          "description": "sum of:",
                          "details": [
                            {
                              "value": 1.1550748,
                              "description": "sum of:",
                              "details": [
                                {
                                  "value": 0.6290439,
                                  "description": "weight(post_content:job in 12) [PerFieldSimilarity], result of:",
                                  "details": [
                                    {
                                      "value": 0.6290439,
                                      "description": "score(doc=12,freq=2.0 = termFreq=2.0\n), product of:",
                                      "details": [
                                        {
                                          "value": 0.6666666,
                                          "description": "boost",
                                          "details": []
                                        },
                                        {
                                          "value": 2.0794415,
                                          "description": "idf(docFreq=3, docCount=27)",
                                          "details": []
                                        },
                                        {
                                          "value": 0.45375928,
                                          "description": "tfNorm, computed from:",
                                          "details": [
                                            {
                                              "value": 2,
                                              "description": "termFreq=2.0",
                                              "details": []
                                            },
                                            {
                                              "value": 1.2,
                                              "description": "parameter k1",
                                              "details": []
                                            },
                                            {
                                              "value": 0.75,
                                              "description": "parameter b",
                                              "details": []
                                            },
                                            {
                                              "value": 79.74074,
                                              "description": "avgFieldLength",
                                              "details": []
                                            },
                                            {
                                              "value": 655.36,
                                              "description": "fieldLength",
                                              "details": []
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                },
                                {
                                  "value": 0.526031,
                                  "description": "weight(post_content:rob in 12) [PerFieldSimilarity], result of:",
                                  "details": [
                                    {
                                      "value": 0.526031,
                                      "description": "score(doc=12,freq=1.0 = termFreq=1.0\n), product of:",
                                      "details": [
                                        {
                                          "value": 2.0794415,
                                          "description": "idf(docFreq=3, docCount=27)",
                                          "details": []
                                        },
                                        {
                                          "value": 0.25296745,
                                          "description": "tfNorm, computed from:",
                                          "details": [
                                            {
                                              "value": 1,
                                              "description": "termFreq=1.0",
                                              "details": []
                                            },
                                            {
                                              "value": 1.2,
                                              "description": "parameter k1",
                                              "details": []
                                            },
                                            {
                                              "value": 0.75,
                                              "description": "parameter b",
                                              "details": []
                                            },
                                            {
                                              "value": 79.74074,
                                              "description": "avgFieldLength",
                                              "details": []
                                            },
                                            {
                                              "value": 655.36,
                                              "description": "fieldLength",
                                              "details": []
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            {
                              "value": 0.6111475,
                              "description": "weight(post_content:dyrdek in 12) [PerFieldSimilarity], result of:",
                              "details": [
                                {
                                  "value": 0.6111475,
                                  "description": "score(doc=12,freq=1.0 = termFreq=1.0\n), product of:",
                                  "details": [
                                    {
                                      "value": 2.4159138,
                                      "description": "idf(docFreq=2, docCount=27)",
                                      "details": []
                                    },
                                    {
                                      "value": 0.25296745,
                                      "description": "tfNorm, computed from:",
                                      "details": [
                                        {
                                          "value": 1,
                                          "description": "termFreq=1.0",
                                          "details": []
                                        },
                                        {
                                          "value": 1.2,
                                          "description": "parameter k1",
                                          "details": []
                                        },
                                        {
                                          "value": 0.75,
                                          "description": "parameter b",
                                          "details": []
                                        },
                                        {
                                          "value": 79.74074,
                                          "description": "avgFieldLength",
                                          "details": []
                                        },
                                        {
                                          "value": 655.36,
                                          "description": "fieldLength",
                                          "details": []
                                        }
                                      ]
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "value": 0,
                  "description": "min of:",
                  "details": [
                    {
                      "value": 0,
                      "description": "Function for field post_date_gmt:",
                      "details": [
                        {
                          "value": 0,
                          "description": "exp(- MIN[Math.max(Math.abs(1.357957339E12(=doc value) - 1.486648249899E12(=origin))) - 6.048E8(=offset), 0)] * 1.146076687433772E-9)",
                          "details": []
                        }
                      ]
                    },
                    {
                      "value": 3.4028235e+38,
                      "description": "maxBoost",
                      "details": []
                    }
                  ]
                }
              ]
            },
            {
              "value": 0,
              "description": "match on required clause, product of:",
              "details": [
                {
                  "value": 0,
                  "description": "# clause",
                  "details": []
                },
                {
                  "value": 1,
                  "description": "_type:post, product of:",
                  "details": [
                    {
                      "value": 1,
                      "description": "boost",
                      "details": []
                    },
                    {
                      "value": 1,
                      "description": "queryNorm",
                      "details": []
                    }
                  ]
                }
              ]
            }
          ]
        }
      }
    ]
  }
}

related to issue #699

ivankristianto commented 7 years ago

The post with title "Image Alignment" should not appear in search result because it doesn't have any keyword inside the content/title.

Found the weird result: "description": "weight(post_content:job in 11) [PerFieldSimilarity], result of:",

it look for keyword "job" instead of "Rob Dyrdek"

tlovett1 commented 7 years ago

That's a fuzzy match. Check out the fuzziness parameter. Those matches should be weighted less than exact matches.

ivankristianto commented 7 years ago

Yeah, still find out how to weight it less then the exact match. Even the boost is 4 for the exact match.

ivankristianto commented 7 years ago

I got some light about this irrelevant result. It is because of the decay functions:

 "exp": {
            "post_date_gmt": {
               "scale": "14d",
               "decay": 0.05,
               "offset": "7d"
            }
         }

The old post score will reduce a lot, even it has the exact match. So I wonder if this how it should be or should be fixed?

tlovett1 commented 7 years ago

Can you take an export of these posts so I can test on my local?

ivankristianto commented 7 years ago

My setup is pretty easy:

  1. Use theme-unit-testing: https://wpcom-themes.svn.automattic.com/demo/theme-unit-test-data.xml
  2. Woocomerce dummy data: https://plugins.svn.wordpress.org/woocommerce/tags/2.6.4/dummy-data/dummy-data.xml?dl=1
  3. Use fakerpress to generate 600 posts ranging the date 1 year ago till now
  4. Add some words in title and post content: "10up loves Elasticpress"

And try to search

tlovett1 commented 7 years ago

@ivankristianto can you confirm the fix for this?

ivankristianto commented 7 years ago

Yes, it does fix the relevance issue.

I think We need an option to enable/disable this decay functions for certain post type. for example: article like knowledge based might work for a long time. So this decay function will make it less relevance.

What do you think @tlovett1 ?

tlovett1 commented 7 years ago

Let's punt discussion to 2.3.

sjferwerda commented 7 years ago

We just launched a new site using latest WP version, ES 5.2.2 and EP plugin version 2.2.1. Unfortunately, many of the results are not relevant. We have ~101,000 docs spread over 5 shards.

Here's an example query:

http://www.steamboattoday.com/search-results/?q=lacrosse&searchType=news&sort=DESC&range=20170524%3A20170526

As you can see the first two results do not contain the string "lacrosse". The second two do, but many afterwards also do not contain that string or anything close to "lacrosse" I don't believe.

Could someone please take a look at the following results from the Debug EP plugin and let me know if you seen anything that might be causing this issue and if there's a way to adjust any of the parameters to improve relevancy. We are NOT using a custom wp_query but we are using a custom search results template and are using a "q" query parameter rather than the "s" parameter. I'm wondering if this set up might be conflicting with EP.

Debug results: https://www.dropbox.com/s/znyoj5fd2v08sha/elasticpress-debug-results.txt?dl=0

Thanks so much for any help you can provide!

Steve

sjferwerda commented 7 years ago

Well, right after I wrote the previous comment, I upgraded to EP 2.3 and that appears to have mostly fixed, or entirely fixed the issue. I had waited to upgrade because I did not see any mention of a fix in the release notes, but perhaps I just missed it. Anyhow, there may not be an issue now. If you have any other insight as to why 2.3 would have fixed this issue, please let me know. :-)

ivankristianto commented 7 years ago

@sjferwerda not sure what cause the fixed on your end. Did you do reindexing after the upgrade? If yes, that might have fixed it.

sjferwerda commented 7 years ago

Nope, did not re-index on our end. I guess it's not an issue now. Thanks for your help!

lukaspawlik commented 6 years ago

Closing.