Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The “Custom Commands” only apply to the JavaScript filtering, while the Row Filtering Extension performs its search on the PHP side, so that entries that do not match don’t even reach the client.

    Can you therefore please elaborate which filtering you mean?
    Note that an exact search is not directly possible with the JS version, but only (as far as I know) with the Row Filtering Extension’s search, by adding an extra parameter to the Shortcode: filter_full_cell_match=true

    Regards,
    Tobias

    Thread Starter Rob Gowans

    (@robertgowans)

    Oh I see.

    It’s the row filtering on the PHP side I am interested in being “exact match”.

    Thanks for the lightening response 🙂

    Thread Starter Rob Gowans

    (@robertgowans)

    By the extra parameter worked like a charm.

    For reference my shortcode is now:

    [table_filter id=253 filter="999" filter_full_cell_match=true/]

    The filter=’999′ is used to start with an empty table.

    Great stuff Tobias!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, that’s what I meant 🙂 Good to hear that it helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Turn off smart filtering’ is closed to new replies.