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

58 results 18 ms in manticoresoftware/manticore-github-issue-search

Query Suggestions on typing

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Implement the query suggestion logic

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

Closing, as it was merged into the main

donhardmandonhardman · 2024-07-22

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

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

Minor text updates

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

Add fuzzy configuration panel

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

Added titles on hover and other fixes

donhardmandonhardman · 2024-07-18

Search across all organization's repositories

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

Add fuzzy configuration panel

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

Closing, as it was merged to the main.

donhardmandonhardman · 2024-07-22

Vector Search

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

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

Update to separate table per organization schema

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

Integrate Fuzzy search

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

Done.

sanikolaevsanikolaev · 2024-07-22

Add instructions for restoring backup from the dump

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

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

Update README.md

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

Various fixes and improvements to the Demo

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

The latest UI improvements were implemented in this pull request: https://github.com/manticoresoftware/manticore-github-issue-search/pull/18

donhardmandonhardman · 2024-05-27

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

Various fixes and improvements to the Demo

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

Closing due it's merged and deployed

donhardmandonhardman · 2024-05-30

Texts update

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

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

Add manticore restore logic on startup

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

Improve query suggestions UI

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

Thanks. LGTM!

sanikolaevsanikolaev · 2024-07-16

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

Combine comment and issue in query suggestions

donhardmandonhardman · 2024-07-17 · 1 · #24

Related fix was pushed to the pull: https://github.com/manticoresoftware/manticore-github-issue-search/pull/21 Closing the issue.

donhardmandonhardman · 2024-07-17