Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 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

79 results 17 ms in manticoresoftware/manticore-github-issue-search

Add license and fix indexers

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

donhardmandonhardman · 2024-12-20 · 4 · #38

Long query leads to "Something went wrong"

donhardmandonhardman · 2024-10-09 · 5 · #33

As discussed, we want to introduce a new flag for the fuzzy search / autocomplete functionality to control the behaviour when an unknown word is provided by the user.

sanikolaevsanikolaev · 2024-09-30

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 …

donhardmandonhardman · 2024-11-05 · 1 · #35

est::size_S

Long query leads to "Something went wrong"

donhardmandonhardman · 2024-10-09 · 5 · #33

All fixes as discussed were implemented in these pull requests: https://github.com/manticoresoftware/buddy-core/pull/74 https://github.com/manticoresoftware/manticoresearch-buddy/pull/362

donhardmandonhardman · 2024-10-01

Query Suggestions on typing

donhardmandonhardman · 2024-07-22 · 0 · #21

Long query leads to "Something went wrong"

donhardmandonhardman · 2024-10-09 · 5 · #33

@Nick-S-2018 please review pull request, so we can proceed with merging

donhardmandonhardman · 2024-10-03

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 …

donhardmandonhardman · 2024-07-22 · 2 · #19

Long query leads to "Something went wrong"

donhardmandonhardman · 2024-10-09 · 5 · #33

Done

Nick-S-2018Nick-S-2018 · 2024-10-03

Show similiar issue

We should consider adding logic that will allow us to find similar issues/comments in the same way we do in our Image demo.

donhardmandonhardman · 2024-10-22 · 0 · #32

est::size_M

Long query leads to "Something went wrong"

donhardmandonhardman · 2024-10-09 · 5 · #33

It was merged to the main of Buddy, closing this issue.

donhardmandonhardman · 2024-10-09

Add fuzzy configuration panel

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

donhardmandonhardman · 2024-07-22 · 3 · #23

Add license and fix indexers

donhardmandonhardman · 2024-12-20 · 4 · #38

All updates for Github Issue Search were merged. Updates for image search demo: https://github.com/manticoresoftware/manticore-image-search/pull/1

donhardmandonhardman · 2024-12-05

Integrate Fuzzy search

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 …

donhardmandonhardman · 2024-07-22 · 2 · #20

Add license and fix indexers

donhardmandonhardman · 2024-12-20 · 4 · #38

Requested changes in the PR.

sanikolaevsanikolaev · 2024-12-06

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 …

donhardmandonhardman · 2024-05-31 · 0 · #17

size_S

Add license and fix indexers

donhardmandonhardman · 2024-12-20 · 4 · #38

Fixed in the PR

donhardmandonhardman · 2024-12-19

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.

donhardmandonhardman · 2024-04-27 · 1 · #14

Add license and fix indexers

donhardmandonhardman · 2024-12-20 · 4 · #38

Requested one change in the PR

sanikolaevsanikolaev · 2024-12-19

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_ …

sanikolaevsanikolaev · 2024-10-22 · 0 · #31

size_S

Various fixes and improvements to the Demo

donhardmandonhardman · 2024-05-30 · 4 · #11

Closing due it's merged and deployed

donhardmandonhardman · 2024-05-30

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.

donhardmandonhardman · 2024-09-17 · 0 · #30

Demo: change closed issue/PR color to github's

sanikolaevsanikolaev · 2024-08-13 · 1 · #29

Pushed to the main and deployed

donhardmandonhardman · 2024-08-13

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.

donhardmandonhardman · 2024-11-13 · 1 · #36

Indexers issue

donhardmandonhardman · 2024-11-04 · 1 · #34

Closing as it was merged and deployed

donhardmandonhardman · 2024-11-04

Update to separate table per organization schema

donhardmandonhardman · 2024-08-01 · 0 · #26

Prevent 100k+ repos to be added

donhardmandonhardman · 2024-11-05 · 1 · #35

est::size_S

Due to technical limitations, implemented a 50K limit for issues. Closing as deployed.

donhardmandonhardman · 2024-11-05

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 …

donhardmandonhardman · 2024-08-01 · 5 · #25

Empty list when adding a repository to the github demo

donhardmandonhardman · 2024-11-13 · 1 · #36

According to our investigation, we were indexing all repositories, so is_indexing was set to true for all of them, which was the cause of the issue. I have fixed and deployed the solution to production. Additionally, I discovered an issue with the …

donhardmandonhardman · 2024-11-13

Feature/UI improvement

Implement auto disabling of filters that have no data when we change the query for the current search.

donhardmandonhardman · 2024-05-29 · 0 · #18

Notifications are not beeing send

donhardmandonhardman · 2024-08-02 · 1 · #28

bugsize_S

It has been fixed and deployed to production.

donhardmandonhardman · 2024-08-02

Demo: change closed issue/PR color to github's

sanikolaevsanikolaev · 2024-08-13 · 1 · #29

Change internal architecture of storing data

donhardmandonhardman · 2024-08-01 · 5 · #25

Implementing: https://github.com/manticoresoftware/manticore-github-issue-search/pull/26 Looking for the best way to migrate production database

donhardmandonhardman · 2024-07-22

Indexers issue

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, …

donhardmandonhardman · 2024-11-04 · 1 · #34

Improve query suggestions UI

donhardmandonhardman · 2024-07-16 · 2 · #22

Implemented: https://github.com/manticoresoftware/manticore-github-issue-search/pull/21

donhardmandonhardman · 2024-07-16

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+ …

donhardmandonhardman · 2024-10-09 · 5 · #33

Change internal architecture of storing data

donhardmandonhardman · 2024-08-01 · 5 · #25

Fixes TODO: Update link to point to the correct repository in the "searching in ..." line Resolve issue with showcase repository Implement CPU allocation for indexation process Upgrade backup version in assets

donhardmandonhardman · 2024-07-25

Migrate to per-repo storage scheme

As we discussed here we should try to migrate to table-per-repo scheme: https://github.com/manticoresoftware/manticore-github-issue-search/issues/25#issuecomment-2249352562 To do so we should first implement the logic that will help us dirrectly query the …

donhardmandonhardman · 2024-09-12 · 1 · #27

Improve query suggestions UI

donhardmandonhardman · 2024-07-16 · 2 · #22

Thanks. LGTM!

sanikolaevsanikolaev · 2024-07-16

Add link to new article

donhardmandonhardman · 2024-11-25 · 0 · #37

Change internal architecture of storing data

donhardmandonhardman · 2024-08-01 · 5 · #25

The problem with registryurl can't be fixed in our current setup. The reason? It's in a different repository, but we're searching in another one. We still suggest it because we now store data in the organization's repo.

donhardmandonhardman · 2024-07-25