Welcome Guest, Not a member yet? Register   Sign In
TableEditor 0.4
#21

[eluser]Unknown[/eluser]
I find this project great to my needs for which I'm grateful, but I'm really not fond of the search form. If the strings in a certain table contain a few words (like titles in my case) and I do a search for a word, no results come up. I must surround the word with two * in order to get my desired results like normal search engines do. I find this rather inconvenient and would like to ask for a quick solution on how to solve it?

Where should I add the two surrounding * * around the search value, so when one simply writes a word the search displays the results for that word. In fact I want to disable the wildcards at all. It would be much simpler and better that way.

Any suggestion would be welcomed.

EDIT: Just added:

Code:
$value = '*' . $value . '*' ;

in mdl.tableeditor.php at the beginning of:

Code:
private function _parseSearchItem($column, $value)

And all is well Smile


Messages In This Thread
TableEditor 0.4 - by El Forum - 01-11-2010, 05:08 PM
TableEditor 0.4 - by El Forum - 01-11-2010, 06:22 PM
TableEditor 0.4 - by El Forum - 01-11-2010, 07:53 PM
TableEditor 0.4 - by El Forum - 01-12-2010, 03:10 AM
TableEditor 0.4 - by El Forum - 01-12-2010, 07:52 AM
TableEditor 0.4 - by El Forum - 01-14-2010, 10:55 AM
TableEditor 0.4 - by El Forum - 01-15-2010, 07:14 AM
TableEditor 0.4 - by El Forum - 01-15-2010, 03:02 PM
TableEditor 0.4 - by El Forum - 01-16-2010, 05:10 AM
TableEditor 0.4 - by El Forum - 01-16-2010, 06:45 AM
TableEditor 0.4 - by El Forum - 02-04-2010, 09:19 PM
TableEditor 0.4 - by El Forum - 02-05-2010, 03:02 AM
TableEditor 0.4 - by El Forum - 02-08-2010, 08:49 AM
TableEditor 0.4 - by El Forum - 02-11-2010, 08:56 AM
TableEditor 0.4 - by El Forum - 03-11-2011, 08:52 PM
TableEditor 0.4 - by El Forum - 03-12-2011, 04:00 AM
TableEditor 0.4 - by El Forum - 05-25-2012, 08:11 AM
TableEditor 0.4 - by El Forum - 05-25-2012, 08:46 AM
TableEditor 0.4 - by El Forum - 05-25-2012, 10:09 AM
TableEditor 0.4 - by El Forum - 10-31-2012, 04:06 AM
TableEditor 0.4 - by El Forum - 11-12-2012, 09:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB