Francisco Vicent

Results 3 comments of Francisco Vicent

I just ran across this issue in my Nikola site. Indeed, it seems to be caused by circular dependency when using the `post-list` directive in two different posts which have...

@giohappy I am willing to work on this if you are ok with this addition. If I am right, this is somewhat similar to the `csw:AnyText` case, whose corresponding field...

I've managed to get this working with Postgres by tweaking the SQL filter (`keyword_csv = %s`) generated by pycsw and executed in `GeoNodeRepository.query()`: ```diff index 7c951b235..d3eadf485 100644 --- a/geonode/catalogue/backends/pycsw_plugin.py +++...