👀 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
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
Long query leads to "Something went wrong"
donhardman · 2024-10-09 · 5 · #33
sanikolaev · 2024-09-30
donhardman · 2024-07-22 · 0 · #21
Long query leads to "Something went wrong"
donhardman · 2024-10-09 · 5 · #33
donhardman · 2024-10-01
Implement the query suggestion logic
We should design and display query suggestions in the same way Google does, and use the latest code from Buddy to accomplish this. The user input should bounce with a slight delay, and with almost every keystroke, we should render and display a popup …
donhardman · 2024-07-22 · 2 · #19
Long query leads to "Something went wrong"
donhardman · 2024-10-09 · 5 · #33
donhardman · 2024-10-03
We need to consider and implement a way to configure and toggle fuzzy search options in the user interface. We should be able to: Turn fuzzy search on or off Enable or disable different keyboard layouts Potentially adjust other fuzziness settings
donhardman · 2024-07-22 · 3 · #23
Long query leads to "Something went wrong"
donhardman · 2024-10-09 · 5 · #33
Nick-S-2018 · 2024-10-03
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
Long query leads to "Something went wrong"
donhardman · 2024-10-09 · 5 · #33
donhardman · 2024-10-09
Show comments on state filter change for those issue state only (JOIN in the demo)
When we work with filters and search, we can currently filter by the state that only issues and pull requests have. However, when we change the state to open or close, we still search for comments everywhere. As discussed before, it would be a good idea …
donhardman · 2024-05-31 · 0 · #17
size_S
Demo: change closed issue/PR color to github's
sanikolaev · 2024-08-13 · 1 · #29
donhardman · 2024-08-13
We should add the latest update from Buddy to work with the Manticore GitHub demo. This will allow us to validate its quality on a large dataset and assess how fast it is. The purpose of this integration is to use the latest version of Buddy and make …
donhardman · 2024-07-22 · 2 · #20
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-07-22
Replace "Vector search" with "Semantic search" in the demo
Rename 'Vector Search' to 'Semantic Search'. Prepare and upload a new database dump containing only vector embeddings for our repositories. This will make it lighter and easier to get started.
donhardman · 2024-04-27 · 1 · #14
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-07-25
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
sanikolaev · 2024-07-25
Experiment with distributed table
Try to use a distributed table with issue and comment tables in it and CALL AUTOCOMPLETE on it to validate whether it works as expected or not.
donhardman · 2024-09-17 · 0 · #30
Change internal architecture of storing data
donhardman · 2024-08-01 · 5 · #25
donhardman · 2024-08-01
Search across all organization's repositories
donhardman · 2024-03-27 · 0 · #9
Implement the query suggestion logic
donhardman · 2024-07-22 · 2 · #19
donhardman · 2024-07-09
sanikolaev · 2024-03-27 · 0 · #1
Implement the query suggestion logic
donhardman · 2024-07-22 · 2 · #19
donhardman · 2024-07-22
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-09-27 · 0 · #32
donhardman · 2024-07-22 · 3 · #23
donhardman · 2024-07-18
donhardman · 2024-03-27 · 0 · #12
donhardman · 2024-07-22 · 3 · #23
donhardman · 2024-07-18
Update to separate table per organization schema
donhardman · 2024-08-01 · 0 · #26
donhardman · 2024-07-22 · 3 · #23
donhardman · 2024-07-22
Add instructions for restoring backup from the dump
donhardman · 2024-03-27 · 0 · #4
donhardman · 2024-07-22 · 2 · #20
donhardman · 2024-07-09
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-07-22 · 2 · #20
sanikolaev · 2024-07-22
sanikolaev · 2024-03-27 · 0 · #6
Various fixes and improvements to the Demo
donhardman · 2024-05-30 · 4 · #11
donhardman · 2024-05-30
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-09-26 · 0 · #31
Notifications are not beeing send
donhardman · 2024-08-02 · 1 · #28
bugsize_S
donhardman · 2024-08-02