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

85 results 36 ms in manticoresoftware/manticore-github-issue-search

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

Migrate to per-repo storage scheme

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

This issue conflicts with https://github.com/manticoresoftware/manticore-github-issue-search/issues/17 (about JOINs)

sanikolaevsanikolaev · 2024-09-12

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

Add license and fix indexers

donhardmandonhardman · 2024-12-23 · 5 · #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

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

Add license and fix indexers

donhardmandonhardman · 2024-12-23 · 5 · #38

Requested changes in the PR.

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

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

Add license and fix indexers

donhardmandonhardman · 2024-12-23 · 5 · #38

Fixed in the PR

donhardmandonhardman · 2024-12-19

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

Add license and fix indexers

donhardmandonhardman · 2024-12-23 · 5 · #38

Requested one change in the PR

sanikolaevsanikolaev · 2024-12-19

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

Add license and fix indexers

donhardmandonhardman · 2024-12-23 · 5 · #38

All merged.

sanikolaevsanikolaev · 2024-12-23

Enable all full-text search operators

donhardmandonhardman · 2025-01-09 · 3 · #40

Enable all full-text search operators

donhardmandonhardman · 2025-01-09 · 3 · #40

Implementation: https://github.com/manticoresoftware/manticore-github-issue-search/pull/41

donhardmandonhardman · 2025-01-09

Enable operators for keyword search and disable query sanitizer

donhardmandonhardman · 2025-01-09 · 0 · #41

Enable all full-text search operators

donhardmandonhardman · 2025-01-09 · 3 · #40

Closing as merged and deployed

donhardmandonhardman · 2025-01-09

Add link to new article

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

Enable all full-text search operators

donhardmandonhardman · 2025-01-09 · 3 · #40

I've added a link to the full-text search demo on the full-text use case page - https://manticoresearch.com/use-case/full-text-search/

sanikolaevsanikolaev · 2025-01-09

Add license and related fixes and improvements

donhardmandonhardman · 2024-12-03 · 0 · #39

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

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-23 · 5 · #38

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

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 …

donhardmandonhardman · 2024-03-26 · 2 · #8

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

Implement the vector search

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.

donhardmandonhardman · 2024-03-27 · 3 · #10

Change internal architecture of storing data

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

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 The context is that we now have a table per-organization to be able to do CALL KEYWORDS/SUGGEST easier. But what …

sanikolaevsanikolaev · 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 …

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

Change internal architecture of storing data

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

This task is done, merged into the main branch, and deployed. As a result of splitting into table-per-repo, I created this task: https://github.com/manticoresoftware/manticore-github-issue-search/issues/27

donhardmandonhardman · 2024-08-01

Search across all organization's repositories

donhardmandonhardman · 2024-03-27 · 0 · #9

Implement the query suggestion logic

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

The integration is complete. If everything works well from the client's perspective, further improvements will focus on the Fuzzy-related tasks in Buddy.

donhardmandonhardman · 2024-07-09

Vector Search

donhardmandonhardman · 2024-03-27 · 0 · #12

Implement the query suggestion logic

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

Closing, as it was merged into the main

donhardmandonhardman · 2024-07-22

Minor text updates

sanikolaevsanikolaev · 2024-03-27 · 0 · #1

Add fuzzy configuration panel

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

I've pushed the necessary changes to the autocomplete branch: https://github.com/manticoresoftware/manticore-github-issue-search/pull/21

donhardmandonhardman · 2024-07-18

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 fuzzy configuration panel

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

Added titles on hover and other fixes

donhardmandonhardman · 2024-07-18

Update to separate table per organization schema

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

Add fuzzy configuration panel

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

Closing, as it was merged to the main.

donhardmandonhardman · 2024-07-22

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

Integrate Fuzzy search

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

The integration is complete. If everything works well from the client's perspective, further improvements will focus on the Fuzzy-related tasks in Buddy.

donhardmandonhardman · 2024-07-09