Build custom queries
See original GitHub issueHi there
First of all thnx for this awesome component!
I still have a few questions that i can’t figure out 😦 How can i build own custom queries in my React components? For ex. (minified query)
{
"query": {
"filtered": {
"query": {
"match": {
"language": "nl-BE"
}
},
"filter": {
"and": [
{
"geo_distance": {
"distance": "25km",
...
}
}
]
}
}
},
"sort": [
{
"_geo_distance": {
}
}
]
}
I’m currently looking at the “ImmutableQuery” object that i then assign the the “SearchkitManager” but without any results.
Thnx in advance!
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Creating Custom Queries
Before creating the query, ensure the following products are installed, configured and running: · From the Task Area, select Reporting, and then Manage...
Read more >Creating Custom Queries - TIBCO Product Documentation
Creating Custom Queries ; Create a new data connection to a relational database, either using Tools > Manage Data Connections or File >...
Read more >Example: Creating a custom query as a program action - IBM
On the "Custom query" page, click Create a new custom query from the Actions list. The "Custom query" wizard opens in a new...
Read more >5 Simple Methods for Creating Custom Queries in WordPress
The Methods for Creating a Custom Query · The pre_get_posts Action Hook · Including Custom Post Types On Your Main Blog Page ·...
Read more >Custom Queries | Testing Library
The buildQueries helper allows you to create custom queries with all the standard queries in testing-library. See the Add custom queries section ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
can we document this?. I need this and the solution was done in the chat so not really sure how to do it.
closing this issue as now resolved over gitter