So far, my code looks like this for the query: (SUB_AREA_NAME=|
AreaA,AreaB,AreaC,AreaD) This works for allowing many results to come
up. Problem is this:
For some reason, the system is doing an 'and' operation instead of an
'or' operation. So anytime we search up more then one place, if any of
the results come up empty, they will all come up empty.
For example:
Lets say AreaA has 3 houses. AreaB has 0 houses, AreaC has 10 houses,
and AreaD has 1 house.
If you look up: AreaA + AreaC you will get 13 results.
AreaA + AreaC + AreaD you will get 14 results.
AreaD by itself you will get 1 result.
AreaA + AreaB you will get 0 results.
AreaA + AreaB + AreaC + AreaD you will get 0 results.
Basically, because AreaB has no results, if you query that area with
any other area that does have results, it will still come up as no
results.
I need to know how to query multiple selections from one category,
while showing all the results even if one area doesn't have any.
Thanks.
On Dec 13, 8:20 am, Al <here2h...@gmail.com> wrote:
> Check this post, i believe that will helphttp://groups.google.com/group/phrets/browse_thread/thread/df554b5e61...