Hi!

I have a content type "real estate" with the following fields: date, city, distinct, street, house, area, price... etc, etc...

I want to use Faceted Search, because it let me perform sophisticated search of estate objects using multiple taxonomy terms (and CCK fields) at the same time...
But I want to perfom this search using single custom form (like this http://www.sortitoutsi.net/index.php?page=scout&area=filter)
- not clicking by facets. May you help me - how it will be better to construct such form (module webform, snippet, or something else...). This form just must do POST or GET request to FACETED_SEARCH module - like this (http://192.168.230.129/drupal/estate/results/date_authored:2008+field_le..."first street")

Comments

David Lesieur’s picture

Status: Active » Closed (won't fix)

Unfortunately Faceted Search does not help you building this kind of form. I could even say that Faceted Search tries to avoid this type of user interface, because it does not help much guiding users through the data, it does not help discovering related content, and often leads to empty result sets.