Hi all
I need to execute a custom plain text query against our Postgresql database.
"select product_id, internal_name, brand_name, description, small_image_url
from product where page @@ plainto_tsquery('"+searchterm+"') limit 25";What is the preferred way to do this in Ofbiz? Thanks Rick
