I'm devlopping a simple personnel-management JAVA app
I'm using POSTGRES as DATABASE
I have just 1 table called person , with 26 field
person(id,name,surname,age, ... )
In my UI, i have designed a field in which the user will have to define a word or a number so he can get the rows containing that information
It's the first time i'm using full text search so can you help resolve this problem.
I want to know what i need to know to do it and if some one know the answer please put it because i think it will be nothing more than QUERY ... I've donne some research and i found that it's about a specific query synthaxe like @@ or something about indexing ... it the first time i'm using this and i don't know how to begin ... but the solution seems to be easy