Mark Cohen
Mark Cohen
### Summary In order to show demonstrable progress in search features, we want to have a sample index and a search application that gets updated with each feature we release....
## What/Why ### What are you proposing? I was working on adding the "assignment-from-no-return" lint: https://pylint.readthedocs.io/en/latest/user_guide/messages/error/assignment-from-no-return.html. There's only one occurrence of it and it is in opensearchpy/helpers/faceted_search.py. The get_value_filter function...
**Describe the blog post you would like to write** A walkthrough of Search Pipelines, the search processors that exist, how you can build your own, and what we see coming...
When a user enters a search, they have an intent in mind about what they want to find. This intent is typed in their own words and may not match...
When a nightly build fails, a github action could open an issue for deeper investigation so we don't forget. This action could handle that for us: https://github.com/jayqi/failed-build-issue-action
Write Unit Tests for [index.ts](https://github.com/opensearch-project/dashboards-search-relevance/blob/main/public/components/query_compare/search_result/index.tsx) _Originally posted by @macohen in https://github.com/opensearch-project/dashboards-search-relevance/issues/191#issuecomment-1568426703_
When a nightly build fails, a github action could open an issue for deeper investigation so we don't forget. This action could handle that for us: https://github.com/jayqi/failed-build-issue-action
### Summary When building a product or full-text search based application in OpenSearch, careful consideration and thought needs to be put into building the index based on the data being...
### What solution would you like? We should add pagination and the ability to show how many results are on the page and how many results are returned by the...
private ssh keys shouldn't be stored in github ## Description just deleted the .ssh dir ## Motivation and Context if this is a real key, it shouldn't be stored in...