Tagged Questions
0
votes
1answer
717 views
Auto-Complete Search + SQL [closed]
I'm trying to build a auto-complete search for an internal Workflow-system builded in php and SQL. Do you know were can I find any pre-builded code or any help-material?
Many thanks in advance!
4
votes
1answer
345 views
Performance : Auto Complete Search for a large amount of data?
I have a table(mysql) containing around 20,000 records and I am trying to build a auto complete search box for my website. Someone told me that auto-complete search for such a large number of records ...