All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low Search - Upgrade from 2.3.1 to 3.0.1 caused a field search to stop functioning properly

arvinsim 29 Nov 2013 07:41 problem, active

Upgrading Low Search caused a search filter for a date field to not filter anymore.

More info here.

http://expressionengine.stackexchange...

Replies

  1. Low 29 Nov 2013 08:09

    Can you enable the Template Debugger and copy/paste its content here?

  2. Low 29 Nov 2013 08:41

    Also, try this. Open up /low_search/filters/lsf.ranges.php and look up line 195. That shoud read:

    if (is_numeric($val))


    Change that to:

    if (is_numeric($val) || is_null($val))


    Does that help?

    arvinsim 29 Nov 2013 11:05

    This does seem to solve it. I am curious what the problem is though. I would appreciate a simple explanation.

    Low 29 Nov 2013 12:59

    LS3 was a big code rewrite. This bug simply remained unnoticed.