Skip to content
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

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

HusseinKabbout
Copy link

No description provided.

</dataConfig>
```

The next table shows how the values, that are surrounded by {}, need to be defined.
Copy link
Member

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"
}
```
Copy link
Member

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"
          }
        ]
      },

```

The `filter_word` field can be specified to activate / deactivate searches,
if you have configure multiple searches for one map.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

map -> theme

]
```

When activating a search to a map, you can either:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

map -> theme

@tpo
Copy link
Member

tpo commented Oct 10, 2023

nice! +1 @HusseinKabbout !

@manisandro manisandro merged commit f09cd6e into main Oct 12, 2023
1 check passed
@manisandro manisandro deleted the search_doc branch January 15, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants