And there was a bug with parenthesis and "AND", "OR" buttons.
Le 11/07/2014 00:33, Pedro Venâncio a écrit :
> Thank you very much Thomas!
>
>
>
> Best regards,
> Pedro
>
>
>
>
>> DE: Thomas RAFFIN
>>
>> Concerning "accent insensitive search", I don't know how to do this.
>>
>> I've just commited t
Thank you very much Thomas!
Best regards,
Pedro
> DE: Thomas RAFFIN
>
>Concerning "accent insensitive search", I don't know how to do this.
>
>I've just commited the correction, and added the date type. It
requires the new directory: plugins/common/jquery.ui
>
>bye
>
>Thomas
--
Concerning "accent insensitive search", I don't know how to do this.
I've just commited the correction, and added the date type. It requires
the new directory: plugins/common/jquery.ui
bye
Thomas
Le 10/07/2014 12:39, Pedro Venâncio a écrit :
> Hi Thomas,
>
> The "case insensitive" is already i
Hi Thomas,
The "case insensitive" is already implemented, but not the "accent
insensitive". That is, a search with "abílio" is different of "abilio", and it
would be great if they could be considered equals.
Thanks Thomas!
Best regards,
Pedro
- Mensagem original -
> DE: Thomas R
I will commit the insensitive search too (I thought it was already done)...
Le 10/07/2014 12:12, Pedro Venâncio a écrit :
> Hi Thomas,
>
> Yes, it solves the problem!
>
>
> I think you can correct it in the code.
>
> Just one more question, do you see any way to become a search "accent
> insensit
Hi Thomas,
Yes, it solves the problem!
I think you can correct it in the code.
Just one more question, do you see any way to become a search "accent
insensitive"? Something like "ilike" for case insensitive?
Thank you very much!
Best regards,
Pedro
- Mensagem original -
> DE:
hi,
Try with this line please: query = query.replace(/%/g,'%25');
If it is OK for you I will correct it in pmapper.
Thomas
Le 10/07/2014 01:11, Pedro Venâncio a écrit :
> Hi,
>
> I found something strange in QueryEditor plugin. By doing a search like this
>
> [nome_1] ILIKE '%pedro%'
> OR
> [no
Hi,
I found something strange in QueryEditor plugin. By doing a search like this
[nome_1] ILIKE '%pedro%'
OR
[nome_2] ILIKE '%campos%'
it does not give the expected result of the second clause. It seems to me that
there may be a bug.
The query POST is (firebug):
&operation=query&layername=tip
I think you should try an up-to-date version...
Le 16/07/2013 05:38, franq17 a écrit :
> I have pmapper v.4
>
>
>
> --
> View this message in context:
> http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/QueryEditor-problem-tp4025234p4025236.html
> Sent from the pmapper-users -
I have pmapper v.4
--
View this message in context:
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/QueryEditor-problem-tp4025234p4025236.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive
at Nabble.com.
-
Hi,
What is your pmapper version please?
Le 15/07/2013 18:21, franq17 a écrit :
> Hello..Can Help me with this error?..Invalid JSON: Notice: Undefined
> variable: mode in
> /var/www/html/pmapper4/plugins/queryeditor/x_queryeditor.php on line 184
>
>
>
> --
> View this message in context:
> http:
Hello..Can Help me with this error?..Invalid JSON: Notice: Undefined
variable: mode in
/var/www/html/pmapper4/plugins/queryeditor/x_queryeditor.php on line 184
--
View this message in context:
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/QueryEditor-problem-tp4025234.ht
Hi,
This functionality is not available. I will try to add it in the
development version quickly because it is not a lot of work...
Thomas
Le 23/06/2011 17:05, augusto cota a écrit :
> hi,
>
> pmapper version is 4.0.0
>
> how can I enable case sensitive check box in queryeditor plugin
> (querye
hi,
pmapper version is 4.0.0
how can I enable case sensitive check box in queryeditor plugin
(queryeditordlg.phtml)? I want make *case in-sensitive* search.
Thanks
Augusto Cota
--
Simplify data backup and recovery for
Hi! I need your help with Pmapper and Queryeditor-postgis
I have a data base in postgis with some layers and Queryeditor pluging
in pmapper. when i execute queryeditor with shape layers no problem, but
when i do with postgis layers, query don't have results and nothing
happens. i do hav
Hello thomas, thank you very much again for your responses. At the end I think
I solved the error. Obviously thanks to your help. He had two .
3
...
.
.
XLS
CSV
PDF
Hi,
I think the problem is that configuration part concerning queryeditor is
not loaded. The XML part (pmapper/ini/pluginsConfig/queryeditor) should
be written in js: PM.ini.pluginsConfig.queryeditor
Are you sure to have only one pmapper/ini/pluginsConfigin your XML file?
You don't have any e
Hi Thomas, thank you very much for your response. I followed your advice but
the problem persists. Only now the firebug error es:
If i put in the config_xxx.xml 5
PM.ini.pluginsConfig.queryeditor is undefined
if (typeof(PM.ini.pluginsConfig.queryeditor.dlgType) != 'undefined') {
and if i put
Hi,
I think the error is due to the parameter "dlgType" that is not written
in your config_xxx.xml.
Did you follow this documentation:
http://svn.pmapper.net/trac/wiki/PluginsQuery#QueryEditor ?
Else, you can correct it by replacing in plugin/queryeditor/queryeditor.js:
if (PM.ini.pluginsConfi
Hi list, my problem is with the plugin queryeditor. Does not work in internet
explorer. In mozilla firefox is working, but with firebug I see that there is
an error: undefined is PM.ini.pluginsConfig.queryeditor
if (PM.ini.pluginsConfig.queryeditor.dlgType) {... I saw the code but I can
not fin
You are right. It doesn't happen in 4.1 :D
dejan
On 7. vel. 2011., at 14:50, Thomas RAFFIN wrote:
> With my version I don't have this issue. Does it appear with printing
> dialog for instance?
>
> Maybe those changes could help:
> - http://svn.pmapper.net/trac/changeset/1079
> -
> http://svn.p
With my version I don't have this issue. Does it appear with printing
dialog for instance?
Maybe those changes could help:
- http://svn.pmapper.net/trac/changeset/1079
-
http://svn.pmapper.net/trac/changeset/1120/trunk/pmapper/javascript/src/pm.zoombox.js
Are you able to test the development ve
On 7. vel. 2011., at 14:18, Thomas RAFFIN wrote:
>
>
> Le 07/02/2011 12:37, Dejan Gambin a écrit :
>> Thanks Thomas,
>>
>> I have several more questions, neither one is very important but it is good
>> to know the options:
>>
>> 1. When I open the dialog I get 3 comparison fields displayed -
Le 07/02/2011 12:37, Dejan Gambin a écrit :
> Thanks Thomas,
>
> I have several more questions, neither one is very important but it is good
> to know the options:
>
> 1. When I open the dialog I get 3 comparison fields displayed -
> queryeditor-attributeCriteriaComparisonNone,
> queryeditor-a
Thanks Thomas,
I have several more questions, neither one is very important but it is good to
know the options:
1. When I open the dialog I get 3 comparison fields displayed -
queryeditor-attributeCriteriaComparisonNone,
queryeditor-attributeCriteriaComparisonNum and
queryeditor-attributeCrit
Hi,
You've just found a real bug.
I will correct it in the dev version asap. If you need it quickly, just
modify the file pmapper/plugins/queryeditor/queryeditor.php:
- search the line with "$layers =
$_SESSION['pluginsConfig']['queryeditor']['queryableLayers']['queryableLayer'];"
- add just af
Hi,
I don't know if this is a bug or I am doing some stupid mistake:
When I set layersType to 2 and have just one queryable layer I get 2 (and
wrong) values in Layer name select list (instead of one). I have this defined
in xml file:
2
Call to a member function getMetaData() on a non-object", e
igualmente este error se produce únicamente cuando consulto a capas PostGIS,
por que con shape funciona correctamente.
De antemano agradezco su ayuda, muchas gracias.
Darwin
De: Nahum Castro
Asunto: Re: [pmapper-users] QueryEd
2011/1/10 Darwin Vallejo Altamirano
> Buenos días.Quiero hacer una consulta, utilizando "QueryEditor" sobre una
> Vista Postgis. El problema es que no me muestra nada, pero si hago
> directamente sobre una Tabla, ahi si funciona.
> Si alguien me puede ayudar, de antemano muchas gracias.
>
Revisa
Buenos días.Quiero hacer una consulta, utilizando "QueryEditor" sobre una Vista
Postgis. El problema es que no me muestra nada, pero si hago directamente sobre
una Tabla, ahi si funciona.
Si alguien me puede ayudar, de antemano muchas gracias.
Darwin
o,
Good morning.
I do a query using "QueryEdit
Hi,
see the README.txt file in the plugins/queryeditor directory.
regards,
Zoltan
On Wed, 17 Nov 2010, jeanfaubert wrote:
>
> Hi,
>
> Can you tell me more about the installation of QueryEditor plugin? I use
> pmapper4.
>
> Thanks you very much.
>
>
> Jeanfaubert
>
> --
> View this message in c
On 17/11/2010 20:41, jeanfaubert wrote:
>
> Hi,
>
> Can you tell me more about the installation of QueryEditor plugin? I use
> pmapper4.
>
> Thanks you very much.
>
>
> Jeanfaubert
>
http://lmgtfy.com/?q=p.mapper+installation+of+QueryEditor+plugin&l=1
Hi,
Can you tell me more about the installation of QueryEditor plugin? I use
pmapper4.
Thanks you very much.
Jeanfaubert
--
View this message in context:
http://old.nabble.com/queryeditor-plugin---installation-instructions-to-update-tp16823765p30238950.html
Sent from the pmapper users maili
Hola a todos,
He trabajado queryeditor con exito en php-3.3.2-1.
Instale en otro computador PHP Version 5.3.3-1ubuntu9.1
Y todo mi pmapper-4.1.0 funciona bien menos el queryeditor que me da este
error.
Notice: Undefined index: addjsandcss in
/var/www/pmapper-4.1.0/plugins/queryeditor/queryeditordl
34 matches
Mail list logo