Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
2  
"I've donne some research and i found that it's about a specific query synthaxe like @@ or something about indexing" does not sound like too much research. "i don't know how to begin ... but the solution seems to be easy" Is that you, boss? – SJuan76 Sep 22 '12 at 19:08
no, can you help me ? – Ghassen Khabacha Sep 22 '12 at 19:09
1  
PostgreSQL has excellent documentation. – willglynn Sep 22 '12 at 19:23

closed as not a real question by SJuan76, DNA, j0k, ChrisF, Anne Sep 22 '12 at 22:17

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.