👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
Prevent 100k+ repos to be added
Since we aim for this GitHub issue search to be a demo project, there may be issues with big repositories due to indexing that takes a long time and consumes a lot of memory. To be fair and make it best suited as a demo project, we should set limits and …
donhardman · 2024-11-05 · 1 · #35
est::size_S
Migrate to per-repo storage scheme
donhardman · 2024-09-12 · 1 · #27
sanikolaev · 2024-09-12
We should consider adding logic that will allow us to find similar issues/comments in the same way we do in our Image demo.
donhardman · 2024-10-22 · 0 · #32
est::size_M
donhardman · 2024-12-23 · 5 · #38
donhardman · 2024-12-05
Consider enabling bigram_index to improve autocomplete
…Here The autocomplete results could be better if they included native support . It's currently impossible likely because bigram_index is not enabled. If we do it, the results may be better. E.g.: mysql> drop table if exists t; create table t(f text) min_ …
sanikolaev · 2024-10-22 · 0 · #31
size_S
donhardman · 2024-12-23 · 5 · #38
sanikolaev · 2024-12-06
Empty list when adding a repository to the github demo
We should investigate why the list is empty on production servers but works correctly in the local environment.
donhardman · 2024-11-13 · 1 · #36
donhardman · 2024-12-23 · 5 · #38
donhardman · 2024-12-19
Update to separate table per organization schema
donhardman · 2024-08-01 · 0 · #26
donhardman · 2024-12-23 · 5 · #38
sanikolaev · 2024-12-19
Change internal architecture of storing data
We should migrate to a system where we store each organization in a separate table. This approach will allow us to maintain the logic for searching one, two, or multiple repositories within a single organization. It will also help us narrow down query …
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-12-23 · 5 · #38
sanikolaev · 2024-12-23
After a crash or some kill -9 on the daemon, we noticed an issue with the indexers. They enter a state where they are "forever indexing," which leads to interface problems and a progress bar that never disappears. We should investigate and fix this issue, …
donhardman · 2024-11-04 · 1 · #34
Various fixes and improvements to the Demo
donhardman · 2024-05-30 · 4 · #11
donhardman · 2024-05-30
Long query leads to "Something went wrong"
When we input a very long query and use Fuzzy matching, we are experiencing a "Something went wrong" error. We should investigate this issue. An example of this is: https://github.manticoresearch.com/manticoresoftware/manticoresearch?query=after+daemon+ …
donhardman · 2024-10-09 · 5 · #33
Demo: change closed issue/PR color to github's
sanikolaev · 2024-08-13 · 1 · #29
donhardman · 2024-08-13
Enable all full-text search operators
donhardman · 2025-01-09 · 3 · #40
Enable all full-text search operators
donhardman · 2025-01-09 · 3 · #40
donhardman · 2025-01-09
Enable operators for keyword search and disable query sanitizer
donhardman · 2025-01-09 · 0 · #41
Enable all full-text search operators
donhardman · 2025-01-09 · 3 · #40
donhardman · 2025-01-09
donhardman · 2024-11-25 · 0 · #37
Enable all full-text search operators
donhardman · 2025-01-09 · 3 · #40
sanikolaev · 2025-01-09
Add license and related fixes and improvements
donhardman · 2024-12-03 · 0 · #39
Prevent 100k+ repos to be added
donhardman · 2024-11-05 · 1 · #35
est::size_S
donhardman · 2024-11-05
We need to address the following issues: Add the missing license Investigate indexer issues as something is malfunctioning Optimize frontend performance by implementing lazy loading for images Add multiple repo links on the main page after search input
donhardman · 2024-12-23 · 5 · #38
donhardman · 2024-11-04 · 1 · #34
donhardman · 2024-11-04
Possibility to search across all repositories of the organization
We need to add the ability to search across all the organization's repositories. This shouldn't trigger a reindexing of all repos, but it should enable searching through all the organization's data. We'll need to modify the structure to make this happen …
donhardman · 2024-03-26 · 2 · #8
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-07-22
Let's add vector search to the demo using one of the most popular models. Implement the tokenizers Rust extension. Pick the best starting model. Add logic to handle various models and the option to adjust them at the start.
donhardman · 2024-03-27 · 3 · #10
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-07-25
Various fixes and improvements to the Demo
improve exceptions handling, especially the exception which is thrown when the token has exceeded its limit experiment more with the facets UI to make it less confusing (grey out filters that would result in zero results etc.) deploy a new version of the …
donhardman · 2024-05-30 · 4 · #11
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-07-25
We should move forward with enhancing the query suggestions panel and make it respond to the up and down arrow keys just like Google does. When users press the up or down arrows, it should set a new phrase in the input field and also change the focus …
donhardman · 2024-07-16 · 2 · #22
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
sanikolaev · 2024-07-25
Combine comment and issue in query suggestions
Currently, we only use issue responses to generate query suggestions when a user is typing. We should expand this approach by also checking comments and using an RPB-like algorithm to merge the results, returning a combined array. Additionally, to support …
donhardman · 2024-07-17 · 1 · #24
Long query leads to "Something went wrong"
donhardman · 2024-10-09 · 5 · #33
sanikolaev · 2024-09-30
Search across all organization's repositories
donhardman · 2024-03-27 · 0 · #9
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-08-01
donhardman · 2024-03-27 · 0 · #12
Long query leads to "Something went wrong"
donhardman · 2024-10-09 · 5 · #33
donhardman · 2024-10-01