Landry Breuil

Results 295 comments of Landry Breuil

fwiw, this (annoying) warning disappeared after upgrading from 2.22.5 to 2.25.2 and dropping xercesImpl per https://github.com/georchestra/georchestra/pull/4205/commits/b27adfc947ef32e6947b3e42f59a7ea0525e9fbe .. so .. fixed by #4205

i can of course use `-lyr_name` to acheive what i need in the psql case, but still that would be a generic nice improvement: ``` gdaltindex -f postgresql -lyr_name ign.orthohr_2020...

nice ! thanks @rouault

fwiw, the warning is still shown with clang 13 on OpenBSD: ``` ../../../SQLiteStudio3/coreSQLiteStudio/config_builder.h:14:90: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ```

This got reported again by some of our users, any 'copy to clipboard' button on 4.2.2 (ex https://ids.craig.fr/geocat/srv/eng/catalog.search#/metadata/bf63c945-59ef-45dd-a33f-07c3d5376673) or https://apps.titellus.net/geonetwork/srv/eng/catalog.search#/metadata/da165110-88fd-11da-a88f-000d939bc5d8 don't seem to properly populate any clipboard, tried on firefox...

Can we reopen this ? I think the issue is still valid in 3.0, with this STRs: - enable XLINKs - create a contact in the directory - create an...

Fwiw, this is still in 3.0.4. To force-update the display of the MD with the new contact info, one either need to: - rebuild lucene index (ugh) - rebuild xlink...

I know lots of ppl in the https://github.com/georchestra community use contacts and xlinks, and i'm pretty sure any organization with 100+ contacts will be interested in this.

Note that even if the query filter doesnt contain a wildcard char (in my usecase orgName:DGFIP) then it's still lowercased (At some point i wondered if the setLowercaseWildcardTerms(boolean) method of...

According to http://www.gossamer-threads.com/lists/lucene/java-user/28207 and kernel/search/GeoNetworkAnalyzer.java, geonetwork Analyzer defaults to a LowerCaseFilter... then the fact that csw queries with uppercase filters works is beyond my understanding.