how would I change the searchable fields from "=" to "like %..%" ?
below is extracted from debug output, thank you in advance.
below is extracted from debug output, thank you in advance.
... WHERE `sclt`.`Category` = 'Concert Band' AND `sclt`.`ScoreName` = 'Bravo' ORDER BY `sclt`.`ScoreName`, `sclt`.`AuthorName` LIMIT 50
... WHERE `sclt`.`Category` = 'Concert Band' AND `sclt`.`ScoreName` LIKE '%Bravo%' ORDER BY `sclt`.`ScoreName`, `sclt`.`AuthorName` LIMIT 50
This topic is locked and no more replies can be posted.