Search found 1 match

by Marnixp
15 Jan 2010, 16:02
Forum: Customizations
Topic: searching in custom fields
Replies: 15
Views: 29454

Re: searching in custom fields

This is the way it should be implemented in version 1.1.8.

Search for similar code and replace with below:

# Simple Text Search - Thanks to Alan Knowles
if ( !is_blank( $t_filter['search'] ) ) {
$c_search = db_prepare_string( $t_filter['search'] );
$c_search_int = db_prepare_int( $t_filter ...