ActionScheduler_Abstract_ListTable::get_items_query_search()

Check if the current request is doing a “full text” search. If that is the case prepares the SQL to search texts using LIKE.


Description Description

If the current request does not have any search or if this list table does not support that feature it will return an empty string.

TODO:

  • Improve search doing LIKE by word rather than by phrases.

Return Return

(string)


Top ↑

Source Source

File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.