This topic is locked

advanced search ignores <variable> equal to 0

1/4/2008 12:39:02 PM
PHPRunner General questions
Pfeiffer author

Hello,
if I create a condition like <variable> equal to 0 this condition is ignored.

A condition like <variable> equal to 1 is working .
But it makes sense to search for a 0-value within a numeric field....
Best regards and wishes for the new year
Uwe Pfeiffer

J
Jane 1/9/2008

Uwe,
thank you for pointing me to this bug.

We'll fix it in the next PHPRunner update.

G
Gary.Beam 9/30/2008

Hello,
Has this issue been solved? I'm still having problems with Advanced Search when using Lookup-Wizard fields. Some selections in Lookup dropdowns result in a properly filtered result. Other selections result in no data being returned, when I know for a fact there is valid data associated with the Lookup selection.
It appears that when the Lookup data is `0`, Advanced completely fails: (The search selection is NOT saved for the next search). When the Lookup data is >`0` the results may or may not be correct: (The search selection IS saved for the next search).
I posted a similar question a week ago and it has been ignored. I'm hoping someone can respond to the original thread.
Thanks,
Gary

Sergey Kornilov admin 9/30/2008

Gary,
post your application to Demo Account and send the URL to support@xlinesoft.com along with instructions on reproducing the bug.

G
Gary.Beam 10/6/2008

Jane,
I have posted the project with the advanced Lookup problem using phpr5 final.

try advanced search: filter by Case Status =`Closed` works fine, data=1

try advanced search: filter by Case Status =`Open` fails, data=0 (When returning to Adv Search, the filtered value is Not saved.)

try advanced search: filter by New Case =`Yes` works fine, data=1

try advanced search: filter by New Case =`No` fails, data=0 (When returning to Adv Search, the filtered value is Not saved.)
Gary