Hello. Thank you for contacting the Toolset support.
Can you please share bit more details and share problem URL and admin access details and share what exactly you want to achive.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I can see the following query is generated by the view:
SELECT wp_posts.*
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
INNER JOIN wp_postmeta AS tmapsmeta ON ( wp_posts.ID = tmapsmeta.post_id )
LEFT JOIN wp_toolset_maps_address_cache ON wp_toolset_maps_address_cache.address_passed = tmapsmeta.meta_value
AND tmapsmeta.meta_key = 'wpcf-adresse'
WHERE 1=1 AND (
( wp_postmeta.meta_key = 'wpcf-wunsch-aktiv' AND wp_postmeta.meta_value = '1' )
) AND wp_posts.post_type = 'bp_doc' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
Can you please confirm you are using correct custom fields and post types for the view?
- hidden link
Also, its confusing, the above view is set to query post type "WÜNSCHE" - do you want to display posts from "Docs" post type or "WÜNSCHE" post type?
If you can share bit more details what exactly not working and what input I should use to search and what custom fields you want to query as I can see with your view you added many query filters:
Distance
Show posts within 5km radius of address/coordinates provided using toolset_maps_distance_center URL parameter.
Taxonomy filter Edit
Select posts with taxonomy:
WUNSCH-HILFE-Tätigkeiten slug in one of those set by the URL parameter wpv-wunsch-hilfe-tatigkeit
eg. hidden link
AND
WUNSCH-HILFEN-Alltag slug in one of those set by the URL parameter wpv-wunsch-hilfen-alltag
eg. hidden link
AND
WUNSCH-HILFEN-Technik slug in one of those set by the URL parameter wpv-wunsch-hilfe-handwerk
eg. hidden link
AND
WUNSCH-HILFEN-Perspektiven slug in one of those set by the URL parameter wpv-wunsch-hilfe-perspektiven
eg. hidden link
AND
BUCH-Arten slug in one of those set by the URL parameter wpv-wunsch-buch-art
eg. hidden link
AND
BUCH-Themen slug in one of those set by the URL parameter wpv-buch-thema
eg. hidden link
AND
Filter based on the frontend search filter by BUCH Alter & Sprachen.
Custom field filter Edit
Select items with field:
WUNSCH-Biete/Suche is a string like URL_PARAM(wpv-wpcf-wunsch-biete-suche)
AND
WUNSCH-Art is a string equal to URL_PARAM(wpv-wpcf-wunsch-art)
AND
Filter based on the frontend search filter by WUNSCH-AKTION.
AND
aktiv is a string equal to 1
Post search filter
Filter post content and title based on the frontend input search filter.
Are you using correct taxonomy and custom fields?
The topic ‘[Closed] Does search work with buddypress docs?’ is closed to new replies.