-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial search documentation for solr + fulltext search #12
Conversation
src/topics/Search.md
Outdated
</dataConfig> | ||
``` | ||
|
||
The next table shows how the values, that are surrounded by {}, need to be defined. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{}
"geometry_column": "GEOMETRY_FIELD", | ||
"search_id_col": "PRIMARY_KEY" | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ev give more context:
"name": "search",
"config": {
...
},
"resources": {
"facets": [
{
"name": "SEARCH_NAME",
"filter_word": "OPTIONAL_SEARCH_FILTER",
"table_name": "SCHEMA.SEARCH_TABLE_NAME",
"geometry_column": "GEOMETRY_FIELD",
"search_id_col": "PRIMARY_KEY"
}
]
},
src/topics/Search.md
Outdated
``` | ||
|
||
The `filter_word` field can be specified to activate / deactivate searches, | ||
if you have configure multiple searches for one map. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
map -> theme
src/topics/Search.md
Outdated
] | ||
``` | ||
|
||
When activating a search to a map, you can either: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
map -> theme
nice! +1 @HusseinKabbout ! |
No description provided.