skttl / umbraco-fulltextsearch8

Full Text indexing and searching for Umbraco 8 and Examine.
MIT License
19 stars 22 forks source link

v4 - Back-office Search dashboard error when choosing "Advanced Settings" option #89

Closed hfloyd closed 1 year ago

hfloyd commented 1 year ago

Hi! I tested a search with the FTS dashboard, and it returned a result. But when I then set some "Advanced Options" (just adding an additional field to the "body properties" list), the search returned an error: image

Setting a debugger on the source code, it shows the point where the exception occurs: image

Which is odd, since there IS a search term specified in the UI. But perhaps it isn't getting to the controller correctly?

skttl commented 1 year ago

Fixed in a34d1ef - thanks for reporting!