
randyprod
User
Oct 19, 2009, 12:06 PM
Post #14 of 15
(7449 views)
Shortcut
|
Re: [Damon] Multiple Keyword Search/preview/database dump
[In reply to]
|
|
|
Hi Damon, How's this: I am still having same problems. I downloaded the the newer version of the software so I could get multiple keyword searching with commas separating words and no luck. Looks like this in section editor>listings> search tab>search fields- for the editor list page search menu bar. title, location, listing_number, internet_number_sales, internet_number_rental, property_type, property_status, price, rental_time_period, rental_period_price, agent_comments, address, city, lot_size, bedrooms, bathrooms, extra_rooms, basement, fireplace, hot_tub, pool, tennis_court, garage, pool_guest_house, pets_ok, air_conditioning, house_style, proximity_to_water, description, owner_last_name I can only get it to find 1 keyword- i.e.: location="east hampton". If I put 2 keywords i.e.: location="east hampton", owner_last_name= "smith", I get no records match this etc. Even though each keyword separaetly shows a match. As for the xml feed. The RE companies will only take an xml feed from me, even thought the RSS feed you taught me works great! The XML I tried to make keeps giving me an error message like this: error on line 1 at column 37: Document is empty It should look something like this: <?php header('Content-type: application/xml; charset=utf-8'); ?> <?php echo('<?xml version="1.0" encoding="utf-8"?>'); ?> <properties> <property> <location> <street-address/> <city-name/> <zipcode/> <state-code/> </location> <details> <listing-title/> <price/> <year-built/> <num-bedrooms/> <num-bathrooms/> <lot-size/> <square-feet/> <property-type/> <description/> <landing-page/> <lp-url/> <listing-type/> <status/> <site/> <site-url/> <site-name/> <pictures/> <picture/> <picture-url/> <picture-caption/> <picture-description/> <picture-seq-number/> <agent/> <agent-name/> <agent-phone/> <agent-email/> <agent-picture-url/> <broker/> <broker-name/> <broker-phone/> <broker-email/> <broker-website/> <broker-logo-url/> <broker-address/> <broker-street-address/> <broker-city-name/> <broker-zipcode/> <broker-state-code/> <office/> <office-name/> <office-phone/> <office-email/> <office-website/> <tax/> <tax-type/> <tax-year/> <tax-amount/> <detailed-characteristics/> <cooling-systems/> <cooling-system/> <heating-systems/> <heating-system/> <heating-fuel/> <architecture-style/> <exterior-type/> <room-count/> <num-floors/> <has-basement/> <has-dock/> <has-fireplace/> <has-hot-tub-spa/> <has-lawn/> <has-pool/> <has-sportscourt/> <is-waterfront/> </details> </property> </properties> Thanks for trying to help me with this
|