I
I
imdeveloper2017-01-15 22:04:09
PHP
imdeveloper, 2017-01-15 22:04:09

How to implement implicit lookup?

Hello everyone. I have an idea, but I don't know how to implement it technically. The general idea is as follows: some keywords are entered into three iputs and several quotes are generated based on them. How to do it better? By keyword, display quotes previously added to the database? And where can I get a database with these quotes?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2017-01-15
@link_web

You need 3 ingredients :
1. List of quotes - you have to google.
2. Synonymizer - too.
3. Fuzzy search - you can use this one .

A
Alexander Aksentiev, 2017-01-15
@Sanasol

By keyword, display quotes previously added to the database?

So you tell us what you want, and we will show you how.
Take any search engine (sphinx).
Feed him a database of quotes.
Make requests there with a set of words.
It will return the most relevant results.
content is not written or distributed on the toaster.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question