Add a Client
Follow the steps to add a new client You need to fill add client form at Add Client, where following fields are required.Form Fields
Name of your site/app.Example:
thesearchx
Select your Datasource FormatExample:
JSON
Field you want to search on in your data and it’s priority. If you want to search on nested field then you have to give nested path of the that field.For example your data object is following:Here, If you want to search on title and description so you have to write Field Name as
example.json
title
and metadata.description
and priority as number.Priority is the number for giving priority to the field.Unique Identifier of your dataExample:
id
Link to Fetch the data.
For example: If your data format is
JSON
then you have to give then link from where JSON data is readableExample: https://thesearchx.com
Fields Required Based on Datasource Format
Required for
SHOPIFY
, STRAPI
and GRAPHQL
data to access the dataExample: abcdefghijklmnso823483ydwjdbewhoi3h9
Required for
GRAPHQL
data.Example: searchProducts
Required for
GRAPHQL
data. Write GraphQL Query in Given Text area at Form.Example:Example.graphql
Required for
GRAPHQL
data. Write GraphQL Variable JSON in Given Text area at Form.Example:Example.json