Does anyone know of a good tutorial that explains how to build a faceted search structure with ajax , php , and mysql?
Asked
Active
Viewed 2,236 times
4
-
2It might be useful that you explain the common user how you understand *faceted search structure* by adding some code what you did so far and how your database structure looks like. – hakre Dec 18 '11 at 05:57
1 Answers
3
It's not a complete answer for your particular question (because it doesn't address AJAX), but in this question, netcoder's answer has a simple concept starter for a basic MySQL schema and queries for simple faceted search in PHP.

Community
- 1
- 1

Royce Williams
- 1,487
- 15
- 24
-
1Hey thanks for the answer. I actually implemented it since I asked this. I ended up with an array in JavaScript. The values get pushed to the array and I use the array as parameters in a URL that gets requested via ajax. The response is a json object. – Ryan May 05 '12 at 19:57
-
Hey, great! That sounds clear and concise. If you feel like posting a few more details, seeing how different people approach the problem can be enlightening. – Royce Williams May 06 '12 at 02:05
-
-
Not exactly ... but you could answer your own question, which is culturally appropriate on StackExchange sites - especially if your answer is better than anyone else's, and it sounds like it's probably pretty good! – Royce Williams May 06 '12 at 16:13