François Prunayre

Results 130 issues of François Prunayre

https://github.com/geonetwork/core-geonetwork/commit/8330b0aab8d3ad5cdd7ca18498409a0381fed991 defined AND as default operator to limit number of results in record searches. Use OR by default for directory searches.

If catalog contains only one portal, then: * the link back to the main node is not displayed. * portal switcher label is displayed Before ![image](https://user-images.githubusercontent.com/1701393/184109150-590afd66-1e40-4964-8a11-2568f8848de8.png) After link to main...

Support protocol encoded using Anchor. Maybe related to INSPIRE encoding rules or to format encoding (see https://github.com/geonetwork/core-geonetwork/pull/6411). This configuration is used by the geopublication process mainly.

![image](https://user-images.githubusercontent.com/1701393/183042769-cf86cbf9-c3ad-4442-8563-9b4fa6d4eff6.png) Also fix display of exception message in editor geopublication panel.

In most cases when app starts, the records and features index are created. But if feature index is removed manually before indexing features, then the index schema will not be...

In settings > DOI, catalogue administrator can set the DOI prefix of the organisation. Only propose management of those DOIs as metadata records can referenced DOI from other organisations. ![image](https://user-images.githubusercontent.com/1701393/183014518-20629e75-22d5-4ff9-805b-2b89f0262eb8.png)

Follow up of https://github.com/titellus/core-geonetwork/pull/41 The main goal here is to be able to add citation in other pages eg. landing page. The citation formatter is reworked so that it can...

This is an experiment to update Saxon. - [x] Java function call can work using ExtensionFunctionDefinition See https://www.saxonica.com/html/documentation10/extensibility/integratedfunctions/ext-full-J.html - [ ] Java function / How to return object ? eg....

Fixes https://github.com/geonetwork/core-geonetwork/issues/6478 On client side, this is set here https://github.com/geonetwork/core-geonetwork/blob/main/web-ui/src/main/resources/catalog/components/elasticsearch/EsFacet.js#L319-L324 Probably in all places we have to track total hits for metadata record searches.

As we provide dynamic mapping on a number of fields, more than one match rule can match. In such case, the first one declared in schema takes priority (and could...