Ok, thats what i am trying to do:
We have a hugh list of adresses, without using taxonomy for countries and cities. Now i want to build a facet search with the abillity to search this by building the whole search step by step and only with a result at the end of the last step.
For example:
A user clicks on "germany" -> The next thing should be that a list of all cities in germany appear and not the whole result list of germany.
Then the user clicks on "munich" -> Now the results can appear.
Better example:
First he selects the country: germany
Now he should only get the whole list of all regions and selects one of it
Then he gets all cities in the selected region and select his city
And now, and only now, he should get a result.
If he would get a result list after selecting germany, he would get a list with over 100.000 results.
Is this possible to do so, without using taxonomy terms for it?
We do not can use SOLR, so we decides to use the Facet Search and Facet CCK Modul.
Thank you in advance
Dennis

Comments
Can you explain why you
Can you explain why you don't want to use taxonomy? That seems like it would be helpful.
location?
Is there a reason you're not just using the location module? I think this provides separate address fields that you can use in views to created a facet-like search.
I think for using taxonomy
I think for using taxonomy it is too late. Or is there any possibility to change the whole adress list to use taxonomy?