product table
pid modelnumber
1 a
2 b
3 c
ProductTransation
pid name description...
1 ball ball
2 bat cricket bat
i create fullText for Modelnumber in product table.
Same for name & Description in productTransaction table.
Now i want to join this table if i search through modelnumber or name
result should be
pid name modelnumber
1 ball a