3
I am developing an application and would like to know how to research a product for more than one part of the name, for example:
Product:
DDR3 8Gb Notebook Ram Memory
I would like to do the search by typing for example: Mem DD or Mem Noteb or even Mem DD Note. Any idea how I could do that?
Tabela Produto
|Cod integer|
|Nome Varchar|
|Marca Varchar|
|Valor Numeric|
Note: I am using Delphi 10.2, Firebird 3.0
Enter the code you normally use to make queries by name as there are two ways to get the result you want. Or by event
OnFilterRecord
or by propertyFiltered
.– Augusto Vasques
Really ended up not putting , I’m sorry.
– user129333