Hi,
is it possible to search for words "less precise" like searching for 'Smith'
and also find 'Smythe' (this is the example of the SOUNDEX function in sql)?
Gregor Walter
Global New Media GmbH Munich
is it possible to search for words "less precise" like searching for 'Smith'
and also find 'Smythe' (this is the example of the SOUNDEX function in sql)?
Gregor Walter
Global New Media GmbH Munich
In sql 7.0, you could full text index the the column, which gives you the
capability of advanced searching like 'farm near boy', the ability to attach
relevence values to words and get results which most closely match your
query, as well as the ability to look for forms of a verb ... like 'run,
ran, running', in which sql conjugates the verb... Unfortunately still no
Soundex-like features...
--
Wayne Snyder MCP, MCSE, MCT, SQL Server MVP
IKON Technology Services, C*te, NC Education
(Please respond to the newsgroup unless otherwise requested.)
select last_name from customer
where difference(last_name, 'smythe') > 3
- this query will return a customer with a last_name of 'smith' or 'smyth'
or 'smithe'
>is it possible to search for words "less precise" like searching for
'Smith'
>and also find 'Smythe' (this is the example of the SOUNDEX function in
sql)?
>Gregor Walter
>Global New Media GmbH Munich
Gregor
>In sql 7.0, you could full text index the the column, which gives you the
>capability of advanced searching like 'farm near boy', the ability to
attach
>relevence values to words and get results which most closely match your
>query, as well as the ability to look for forms of a verb ... like 'run,
>ran, running', in which sql conjugates the verb... Unfortunately still no
>Soundex-like features...
>--
>Wayne Snyder MCP, MCSE, MCT, SQL Server MVP
>IKON Technology Services, C*te, NC Education
>(Please respond to the newsgroup unless otherwise requested.)
Gregor
>In sql 7.0, you could full text index the the column, which gives you the
>capability of advanced searching like 'farm near boy', the ability to
attach
>relevence values to words and get results which most closely match your
>query, as well as the ability to look for forms of a verb ... like 'run,
>ran, running', in which sql conjugates the verb... Unfortunately still no
>Soundex-like features...
1. phonetic Soundex/Fuzzy search for german language
I'm looking for phonetic search (soundex/fuzzy) for german language via
PL/SQL (Oracle 8.0.x). Who has experience with it and can help?
Regards,
Michael
2. Get the Autoincrement value when inserting
3. pgsql/contrib/soundex (soundex.c soundex.sql.in)
4. mkrawlog and multi-installation hosts
6. Database detail form <= master form
7. Fulltext Search AND web site search
8. New Jersey-SYBASE/SQL SERVER developer - immidiate need
9. Fuzzy Search
12. fuzzy text search (80% match), how?
13. Fuzzy Searching in Full-Text