- This topic has 1 reply, 2 voices, and was last updated 6 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › ACF Post Object field shows ID instead of value in search results URL
Tagged: acf, ID, post object
Hi,
When using ACF post object fields as post meta filter, the search results URL returns the ID instead of the field value. (when using relationship, option, etc fields the value is returned correctly)
Is there any fix available for this?
Thanks!
Are the field meta values showing OK? I would expect the URL filter query to use the ID though, as this is the real value stored in the database cache tables.
This works differently to, say, a category, where the URL displays the Category name. This is because, when the category name is edited, our plugin can detect this change, but for a remote Post Object, it cannot.