tags:

views:

21

answers:

2

How could I create a search feature in Modx that would limit the returned results based on what the user selects from some predetermined search criteria. Such as: "Color", "Size", "Model".

So that a user who selects: "Blue", "Large", "AZ84" would see a list of items with model number AZ84 that are large and blue.

Thanks for your help!

A: 

Where are you results coming from? Would each item be a document in the modx manager?

Fishcake
Yes, each result would be a document.
Vecta
If model, color and size are template variables then they should already be included in search. Can you extend on what you are trying to do? Do you want a search form that contains seperate textboxes/select boxes for model and color etc?
Fishcake