Advanced Querying Building
Introduction
This guide will help and allow you to use our Business, Product, & People Data more effectively
How to Use More Schema Fields in the Portal
Datafiniti now has the all the schema fields available as both GUI inputs or API inputs. You can use either of our Filters or API builder tool. Let's take a look!
Picking a Data Type
Writing Your Own URL Query
We can us this functionality to directly control the query with either relying on the "Feature Builder" GUI or query with exact API commands. For this example, let's say we want to get iPhone products, but don't want to have any products that are categorized as accessories or cases. Ordinarily, we wouldn't be able to set the filters via the portal filters, but by this can only be done by our API command builder
I've updated the query to reflect our needs by typing this directly into the address bar after query=
:
name:(iphone) AND -categories:(accessor* OR case*)
Data Type Examples
Updated 7 months ago