× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

SQL exact word search among sentences & highlight

More
10 years 11 months ago - 10 years 11 months ago #1849 by prtechpro
Hi,

Your joomla extension is really good and I am about to buy the pro release for my dictionary, but I need to know if I will be able to :

1. Make exact search on word or among sentence.
2. Highlight with a color the exact word found on the catalog view.

Example:
IDfrenchenglishtype
IDCela a été enregistréIt was tapedsentence
IDtaraudtapword
IDtaraudagetappingword
IDbandetapeword
IDLe robinet fuitThe tape is leakingsentence
IDrobinettapword
IDtaraudière et filièretap & dieword
IDtaraudscrew-tapword

I would like that a search on “tap” gives :
wordtaraudscrew-tap
wordtaraudtap
wordrobinettap
wordtaraudière et filièretap & die
sentenceLe robinet fuitThe tap is leaking

(with "tap" highlighted with a color in the background).
(with result ordered by type, then French, then English).

In other word, how to change from LIKE '%tag%' search into :
LIKE '% tag %' OR LIKE '% tag' OR LIKE 'tag %' OR ='tag' OR LIKE '%-tag%' OR LIKE '%tag-%' search ?

I am ready to pay for such option.

Phil
Last edit: 10 years 11 months ago by prtechpro.

Please Log in to join the conversation.

Moderators: Dirkjoest