Forums / Developer / please help me find file with sql query

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

please help me find file with sql query

Author Message

Dmitry Kruglov

Thursday 14 May 2009 9:27:32 am

in this system current search work:
select ... from ... where [namefield] = 'text'
I want to make such a request:
select ... from ... where [namefield] like '%text%'

in which a file is changed?

thank you.