Advanced search module
Advanced search module
I have a Realtor looking to put up a website that you could search using different fields within the catalog, price, size, 2 story, 1 story, etc... Is there any module available or any way to set this up using a CMS made simple site with all of the houses being shown using the catalog feature?? Or does someone have a different suggestion.
Re: Advanced search module
As of the date of posting the current version of search searches all fields in the catalog. Where it falls over is appears to concatenate the fields without inserting intervening white space. So if you have the following fields and values
field1: quick
field2: brown fox jumps
field3: over the lazy dog
the search string looks like "quickbrown fox jumpsover the lazy dog"
terms that are at the start or the end of a string are thus corrupted and unsearchable - I've proved this fairly effectively with one of my sites I have under construction. I reported the bug, but my PHP skills weren't up to building a fix.
field1: quick
field2: brown fox jumps
field3: over the lazy dog
the search string looks like "quickbrown fox jumpsover the lazy dog"
terms that are at the start or the end of a string are thus corrupted and unsearchable - I've proved this fairly effectively with one of my sites I have under construction. I reported the bug, but my PHP skills weren't up to building a fix.