• Resolved obox

    (@obox)


    Hi Team,

    I’ve setup the plugin and it’s working great on my dev site! That said, I’m confused in that I can’t see the indexed posts on Algolia itself when I login.

    Is there something I’m missing? My application shows “No. records 0”.

    According to the custom documentation, there’s CLI command which pushes your index to Algolia, but I’m not too keen on writing a custom plugin.

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

    (@tw2113)

    The BenchPresser

    Good day @obox

    Regarding the WP-CLI part, there’s nothing you need to write custom for this. If you have WP-CLI already available for this website, just connect with your terminal, and navigate to the site folder and run wp algolia reindex --all to reindex everything.

    Regarding any UI version of this, on the Search page, for example, /wp-admin/admin.php?page=algolia-search-page you should see a big “Re-index search page results” button at the top, next to a “Push Settings” button. You’ll see similar smaller “Re-index” buttons in the Autocomplete settings page, but those are only for if you have autocomplete functionality enabled and don’t cover everything.

    Lastly, this one is more manual and on a per-post method, but just updating/saving any posts that are meant to be indexed, should push that individual post up to the Algolia index, allowing for your Algolia dashboard to stay in sync in real time as you’re editing your content. However, unless you have only a handful of posts, best to use the bulk tools above.

    Thread Starter obox

    (@obox)

    Thank you so much for the swift response team. We managed to re-link our API keys and it’s indexing correctly now!

    I have further questions re: filtering the data and also a bug report, is it best to pose them here?

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Yeah, that’s fine. We can push any confirmed bug reports and whatnot to our Github repo afterwards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Push Index to Algolia’ is closed to new replies.