Wesley Barroso Lopes
Wesley Barroso Lopes
@aryan7081 The original request is: http://localhost:3000/++api++/@search?b_size=25&sort_on=effective&sort_order=reverse&use_site_search_settings=1 This doesn't work. But when I remove `use_site_search_settings=1`, it works correctly. So we need to investigate `use_site_search_settings=1`.
> The use_site_search_settings=1 issue is due to Plone's legacy search expecting sort_reverse instead of sort_order for the effective field. @aryan7081 I'm wondering if the fix here couldn't be simply removing...
@sneridagh I think this PR fix #2458. Please check.
@sneridagh I think we have this problem with Volto's sorting, because it uses `effective` and not `Date`, like in Classic Plone. Since the search control panel only sorts by `Date`...
> @wesleybl strange, because the validator is in there, right? @sneridagh When we drag the file, it gives a message saying that the file is larger than allowed. But then,...
> For now I don't show the modal if the file is large. @Tishasoumya-02 This is fine to me.
> For now I don't show the modal if the file is large This needs to be fixed in the main branch as well.
@BEAST6869 Before contributing, please read: https://6.docs.plone.org/contributing/index.html
I also have a proposal for that #3866. But this one here only partially addresses my proposal. Since mine is currently stalled, it's fine to proceed with this one.