Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Bernhard

Filter for "number" (max/min) doesn't work for pods fields

Setup:
I have a CPT with pods table storage.
I enable the filter option for a number field

Result:
For any value the filter result is always empty!

Filter works for Relationship type fields!
It seems to me that the integration doesn’t deal with table storage properly
Pods takes care that in most use cases WordPress get’s the data as we filter get_meta and ohter functions!

5 years, 8 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for the feedback.
Filtering, Sorting and Editing does not work for Table Storage enabled post types.
Displaying content for those fields works as expected because it will go through the default WordPress/Pods filters for get_meta() as you already mentioned.

I’m not sure if we will support filtering, editing and sorting for table storage fields in the future of our Pods integration, but we can at least don’t show the possibility for those fields to enable it in the first place. You can expect that check in the upcoming release, but support for Table Storage filtering, sorting and editing will probably not be available any time soon.

5 years, 7 months ago
Bernhard

I’ll take a look at your code – because for the most use cases pods integrates with get_post_meta() table storage more or less just works with default WordPress usage! This might be just a minor issue and maybe we can work out something, I can take care of changes maybe needed within pods (I’m part of the Team) if you are interested.
Is there a better way to collaborate on that issue then via Support Tickets?
Looking forward to your reply!

5 years, 7 months ago
Stefan van den Dungen Gronovius
Developer

I must rephrase my last reply.
Both Sorting and Editing will work with Table Storage.

But filtering will be more of a challenge since we rely on the meta_query to query the posts on the overview page.
We can discuss this further in your Slack channel to see what we can do.

5 years, 7 months ago
Jeremy Parrott

Has there been any more consideration for compatibility with PODS custom tables? I love your plugin… I just really need it to filter my custom post types.

4 years, 4 months ago
Stefan van den Dungen Gronovius
Developer

Hi Jeremy,

There are currently no plans to support that in the near future.
It will still be on our feature request board though.

4 years, 4 months ago

You must be logged in to reply to this topic.