-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While importing GS faceted config, allow to purge at the criterion level #202
Comments
@gbastien Sounds good. I would still keep the purge at criteria level for backward compatibility. Thus:
|
yes sure still useful at the Actually we apply a little XML file just redefining one single I will propose a PR soon. Thank you for follow up! Gauthier |
Hi @avoinea working on this issue and adding tests to Looking at the doctest setup, it is due to the You may test, if you remove the So I think that may be the case with other doctests as well... So I do not know why this is failing and how to fix this... Gauthier |
Hi @avoinea so under py2, you may write anything wrong in a doctest, it does not fail. But maybe this will fail in your jenkins while running test on py3? |
OK, this is due to https://github.com/eea/eea.facetednavigation/blob/master/eea/facetednavigation/tests/test_doctests.py#L25 It should be I will propose a separated PR... |
…iterion> level, see eea#202
Fixed with #205 |
Hi @avoinea @alecghica
when migrating criteria it would be nice to be able to reapply a faceted config XML and purge only one criterion and not the entire criteria configuration.
Dos that sounds right to you to be able to handle
purge="True"
at the<criterion>
level?If so I will propose a PR.
Thank you!
Gauthier
The text was updated successfully, but these errors were encountered: