hello
is possible to search something without the like %text% ? i need to search for a number on the db like "10" but when i use the find function i get all the result with "10" because the query is like "where col like %10%" instead "where col = 10" is possible to force this kind of search? a search for the exact match?