Landry Breuil
Landry Breuil
After all, maybe it's only due to the fact that the orgName field doesnt use KeywordAnalyser ?
This is not because there's been no activity that the issue is not present anymore.... it is probably still reproducible on master.
Fwiw, this still happens with 3.0.4.
Version with csw filter client-side querying the global CSW and correctly finding one record: ``` 2016-01-07 12:11:26,161 INFO [geonetwork.csw.search] - LuceneSearcher made query: +(+orgName:DGFIP) +_isTemplate:n _locale:ger 2016-01-07 12:11:26,161 INFO [geonetwork.csw.search]...
Same thing if i try to filter out on _uuid=IGNF\* values... filter is lowercased and nothing matches.
`session.getAttribute()` returning null values reminds me of https://github.com/geonetwork/core-geonetwork/issues/1298 - maybe the context/session content is lost.. what if you try with `curl -u adminuser:adminpassword` ?
Seems to be caused by session being null here https://github.com/geonetwork/core-geonetwork/blob/3.0.x/services/src/main/java/org/fao/geonet/services/user/Update.java#L433 - coming from https://github.com/geonetwork/core-geonetwork/blob/3.0.x/services/src/main/java/org/fao/geonet/services/user/Update.java#L101. Something doesnt initialize the http session object ?
fwiw it seems [4bc4cea](https://github.com/cypht-org/cypht/pull/909/commits/4bc4cea2d7f020f74419289944959458a3d11313) reverts the previous commits in hm-jmap
> > fwiw it seems [4bc4cea](https://github.com/cypht-org/cypht/pull/909/commits/4bc4cea2d7f020f74419289944959458a3d11313) reverts the previous commits in hm-jmap > > We started with your commits then added another, we now have your 4 commits plus 1(5...
i havent been able to test more jmap since 1.5 year, so dont wait for me :) hopefully someday i'll be able to retest cypht against stalwart-jmap...