typesense_codegen 0.25.0

client for typesense generated with openapi spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# SearchOverrideRule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query** | **String** | Indicates what search queries should be overridden | 
**r#match** | **String** | Indicates whether the match on the query term should be `exact` or `contains`. If we want to match all queries that contained the word `apple`, we will use the `contains` match instead.  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)