Searching

We use a search engine called Algolia https://www.algolia.com for our data. This allows you to perform fast and complex searches that aren't possible with our Rest API.

To access the Algolia search engine you'll need 3 bits of information:

First you'll need to know the index name, which is products. This index contains everything for sale at The Game Crafter.

Second, our application ID is YSU8J82BMW.

Third, our public key is d2a6b49be30117ce58fd5dfd7500cb93.

Algolia's API documentation can be found here: https://www.algolia.com/doc/.

And they have a UI builder that can be found here: https://www.algolia.com/products/instantsearch/.

Departments

The search index is broken into "departments". To help narrow down your search, use the following settings:

Parts
    "department":"parts"
Games
    "department":"games"
Design Assets
    "department":"design-assets"
Tarot
    "department":"tarot"
Bargains
    "department":"bargains"

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 21:

'=item' outside of any '=over'

=over without closing =back

^ Back to Top ^