Mark Cohen

Results 10 issues of 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...

bug

**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...

new blog

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...

enhancement
Search:Relevance

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_

good first issue

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...

rfc
Search

### 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...

enhancement
Search

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...