Bret Van Horn
Bret Van Horn
Just an update, zeroing in on the cause, I think. I did some debugging from the vendor files and was able to output the chrome command so I could run...
Update: completely uninstalling and reinstalling/downgrading to v1.6.1 fixes the issue.
Bumping this to see if @augustusnaz can approve it, as we are running Laravel 10 here and unable to install the package. Thanks!
@nticaric Thanks for the quick reply! So, I tried this and interestingly enough, there is no debug output. This search is being done via an API call, but when I...
@nticaric, here you go:
Ok, I had forgotten to set the return as a var, so it was returning before the dd was called. Now it appears to be breaking the request, which tells...
> Are you sure fuzziness is turned off? Yep, confirmed. I realized my regexp is allowing spaces and dashes with spaces around them to be indexed as keywords. I am...
Ok @nticaric here is the regex I am currently using: `static protected $pattern = '/[^\p{L}\p{N}\.\+-](?!\s-\s)+/u';` I am still seeing the behavior where 70-200mm does not return relevant results (items with...