Skip to content
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

[BUG] View with custom field not working #227

Open
PascalBru opened this issue Nov 11, 2024 · 2 comments
Open

[BUG] View with custom field not working #227

PascalBru opened this issue Nov 11, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@PascalBru
Copy link

Describe the bug
I have created a view which is filtering after a specific value of a custom field. The filter is not applied correctly because at the moment filtering after a custom field only uses the presence of an field not the value.

Expected behavior
Filter after a value of an custom field

@PascalBru PascalBru added the bug Something isn't working label Nov 11, 2024
@LeoKlaus
Copy link
Owner

LeoKlaus commented Dec 9, 2024

Hi Pascal, sorry for the late response.

Paperparrot handles all queries locally. This means that not all queries that work in the WebUI work in Paperparrot.

Can you post the exact setup for the view you're using?

@PascalBru
Copy link
Author

Hi Leo sorry for the late response from my side.
I have created a custom field with a list of counties in my case (Vietnam and Österreich). In the Settings of Paperparrot this values are shown correctly and I can also set this attribution to a document.

In the app the saved view is also shown in the menu and you can select the view. But the value of the custom field is not set. Some other values are set correctly. I think the problem ist that you only filter after the presence of an custom field and not an specific value of the field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants