I am using Views and CCK to build a repository of specialty schools. I decided to use GMap and Location to enter the address information so I could display a map with markers indicating the geographic location of the schools. All that works as planned. What I didn't plan on was that when using drupal search the results would be displayed in two completely different tabs and two completely different ?
If a user searched for "organic gardening Los Angelas" the results were completely unexpected and unusable! The node results would be empty because "Los Angelas" was only in the location cck field which is not included in the node search even though every other cck field is! The location results would list every school in Los Angelas, not just the organic gardening schools!
This is totally unusable!
Is there a way to allow the node search to include the location data?
Any other solution? I looked at faceted search which I like but it doesn't search in the location cck field.
Scott