• Resolved John Smith

    (@zeevousite)


    Hi dear plugin Support
    I want search over my posts and a custom post type named faq in my wordpress website. I created a search template with elementor pro and I have put the posts widget with query set to current query. how ever in autocomplete it shows related faqs, but it does not show any faqs in search results (/?s=booking).(I have set the second option in search: Use Algolia with the native WordPress search template) also I think it does not show all related posts. can you please help me troubleshoot the problem?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Based on what I can see at that provided link, you’re essentially using 3 different indexes.

    1. “wp_searchable_posts” which is going to be from the “Use Algolia with the native WordPress search template” and would include all post types that are registered with “exclude_from_search = false”.
    2. “wp_posts_article” ? or perhaps “wp_posts_post” with the heading renamed for that post type. This would be one used for Autocomplete exclusively.
    3. “wp_posts_faq” for the FAQ section of the Autocomplete.

    Because they’re different indexes, I’m wondering if their ranking and relevance are coming out differently, and I’m curious how your Autocomplete results would be like if it was only using the “All Posts” option, which reuses the “wp_searchable_posts” index instead of essentially making 3 here.

    I’m also curious if there’d be more matching results past the first 10 results. I am not presently seeing any pagination widget in place, but it could be early in development still.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    @zeevousite did you ever find a solution for this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.