Re: [pmapper-users] Search on exact value

2007-05-24 Thread Luca Casagrande
Sorry, forgot the debug info: Search with 23+ [24-May-2007 15:29:10] P.MAPPER debug info Searcharray in search.php->getSearchParameters() Array ( [PHPSESSID] => 9a541549cd6b6e508eaad68df45b2eb7 [MAPPALE] => 23 [mode] => search ) [24-May-2007 15:29:10] P.MAPPER debug info Parameters fo

Re: [pmapper-users] Search on exact value

2007-05-24 Thread Luca Casagrande
Hi Armin, I am still working on the search feature of my project. I noticed this: In a column i have some value with a + at the end (like 23+); also if i set the search on the exact value using 23 as input show both 23 and 23+.This is ok. The matter is that if i use 23+ as search string, no result

Re: [pmapper-users] Search on exact value

2007-05-22 Thread Luca Casagrande
Thank you Armin...it works like charm! i'll continue the testing and will report any bug. Have a nice day Luca Il giorno 22/mag/07, alle ore 00:00, Armin Burger ha scritto: > I uploaded a modified search.php: > http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp/query/ > search.php > > it

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
I uploaded a modified search.php: http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp/query/search.php it solved some problems with multiple fields. Try if it helps. armin Luca Casagrande wrote: > I installed the p.mapper 3.1 beta-6 available and the result seem the same: > > [21-May-2007

[pmapper-users] Search on exact value

2007-05-21 Thread Luca Casagrande
1/07, Armin Burger <[EMAIL PROTECTED]> wrote: > > > > > > For searches combined by 2 or more fields there were some bugs. I > might > > > not have removed them all. I'll have a look on it. > > > > > > You can also check the query parameters setting debug

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
have a look on it. > > > > You can also check the query parameters setting debug to 3 in the > > config.ini and then look at the file pm_debug.log that is created in > the > > same dir as the PHP error log. > > > > armin > > > > -- > > Subject: Re: [pma

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Luca Casagrande
en look at the file pm_debug.log that is created in the > same dir as the PHP error log. > > armin > > -- > Subject: Re: [pmapper-users] Search on exact value > > > Thanks Armin for the answer! > > > > Now got a problem, but i don't know if is a bug: > >

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
r log. armin -- Subject: Re: [pmapper-users] Search on exact value > Thanks Armin for the answer! > > Now got a problem, but i don't know if is a bug: > > I have got 2 search field: X and Y; if I set a value for each one, i > don't get any result. > If i set just

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Luca Casagrande
ch definitions is at > > http://svn.pmapper.net/trac/wiki/UpgradeInfo > > armin > > ---- > Subject: [pmapper-users] Search on exact value > >> Hi to all, >> I am using latest beta and it's working very fine! >> >> In the search feature,Is it possible to ret

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
use the wildcard="1" and the search will look for exact matching and only use wildcards when explicetly specified with an asterisk. some info about search definitions is at http://svn.pmapper.net/trac/wiki/UpgradeInfo armin Subject: [pmapper-users] Search on exact valu

[pmapper-users] Search on exact value

2007-05-21 Thread Luca Casagrande
Hi to all, I am using latest beta and it's working very fine! In the search feature,Is it possible to return just the matching item and not all the ones that contain the string? For example If i use 1 as search item for a layer, i got also all the items that contains 1 (10,11,12,ecc..). Thank