plone / plone/plone.app.querystring
Query fields isDefaultPage and isFolderish don't match indexes is_default_page and is_folderish
Open
Nobody has claimed this yet.
01 type: bug
- Dominant language
- Python
- Stars
- 2
- Forks
- 25
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 2
Description
This package defines two query fields isDefaultPage and isFolderish. The corresponding indexes are named is_default_page and is_folderish. As a result, queries using these query fields as criteria don't work as expected.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the package definitions for the isDefaultPage and isFolderish query fields and their corresponding index mapping. Confirm that criteria using these fields resolve to is_default_page and is_folderish, then verify that those queries work as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100