Skip to content

Conversation

@ddey2
Copy link
Member

@ddey2 ddey2 commented Sep 26, 2022

Signed-off-by: Dipannita Dey [email protected]

@ddey2 ddey2 linked an issue Sep 26, 2022 that may be closed by this pull request
es = connect_elasticsearch()
create_index(es, "file", settings.file_settings)
create_index(es, "dataset", settings.file_settings)
pass
Copy link
Member

Choose a reason for hiding this comment

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

I think we don't need pass anymore if the function as a body.

Copy link
Member Author

Choose a reason for hiding this comment

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

will remove this.

@lmarini
Copy link
Member

lmarini commented Oct 6, 2022

Backend is failing to build. Rerunning.

lmarini and others added 5 commits October 6, 2022 15:39
# Conflicts:
#	docs/source/elasticsearch.md
#	docs/source/img/elasticsearch1.png
* install reactivesearch

* enable cors

* cors; correct usage of reactivesearch

* correctly configure reactive search

* basic demo of reactivesearch

* tmp

* Added indexing for dataset and added documentation

Signed-off-by: Dipannita Dey <[email protected]>

* fixing black tets

* Fixed doc format and added endpoint to expose search

* add search endponit to router

* search_index see hits but cannot return it successfully yet

* proxy is working

* add authentication

* split into search file and search dataset

* add route protection

* keyword field cannot be directly query

* Fixed elasticsearch pytest to use msearch.

* switch back to keyword for filtering capability

* typo

Signed-off-by: Dipannita Dey <[email protected]>
Co-authored-by: Dipannita Dey <[email protected]>
Co-authored-by: Luigi Marini <[email protected]>
@lmarini lmarini merged commit 93a0bd1 into main Oct 10, 2022
@lmarini lmarini deleted the ddey2/elasticsearch_index_dataset_and_docs branch October 10, 2022 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Backend Search

4 participants