Issue search for part of a word #7237

Open
opened 2025-11-02 07:20:31 -06:00 by GiteaMirror · 8 comments
Owner

Originally created by @ngugcx on GitHub (Apr 22, 2021).

  • Gitea version (or commit ref): 1.14.1
  • Git version: 1.16.3
  • Operating system:
    I'm using the official docker image.
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes
    • No
  • Log gist:

Description

Searching for parts of a word in Issues is still not working, though it's supposed to be fixed in #13663 with pr #14848.

Screenshots

Originally created by @ngugcx on GitHub (Apr 22, 2021). - Gitea version (or commit ref): 1.14.1 - Git version: 1.16.3 - Operating system: I'm using the official docker image. - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [x] Yes - [ ] No - Log gist: ## Description Searching for parts of a word in Issues is still not working, though it's supposed to be fixed in #13663 with pr #14848. ## Screenshots
GiteaMirror added the issue/confirmedtype/bug labels 2025-11-02 07:20:31 -06:00
Author
Owner

@ngugcx commented on GitHub (Jun 12, 2021):

Any other info needed here?

@ngugcx commented on GitHub (Jun 12, 2021): Any other info needed here?
Author
Owner

@PKizzle commented on GitHub (Jun 12, 2021):

Are you using bleve or elastic search?

@PKizzle commented on GitHub (Jun 12, 2021): Are you using bleve or elastic search?
Author
Owner

@ngugcx commented on GitHub (Jun 12, 2021):

None, default settings with just PostgreSQL.

@ngugcx commented on GitHub (Jun 12, 2021): None, default settings with just PostgreSQL.
Author
Owner

@PKizzle commented on GitHub (Jun 12, 2021):

Then you're using the bleve indexer by default.

@PKizzle commented on GitHub (Jun 12, 2021): Then you're using the bleve indexer by default.
Author
Owner

@ngugcx commented on GitHub (Jun 20, 2021):

I guess you are right.

 39 [indexer]
 40 ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve

After changing ISSUE_INDEXER_TYPE to db, it works.

 39 [indexer]
 40 ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
 41 ISSUE_INDEXER_TYPE = db
@ngugcx commented on GitHub (Jun 20, 2021): I guess you are right. ``` 39 [indexer] 40 ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve ``` After changing ISSUE_INDEXER_TYPE to db, it works. ``` 39 [indexer] 40 ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve 41 ISSUE_INDEXER_TYPE = db ```
Author
Owner

@stale[bot] commented on GitHub (Aug 21, 2021):

This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.

@stale[bot] commented on GitHub (Aug 21, 2021): This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
Author
Owner

@kdumontnu commented on GitHub (Jul 7, 2022):

Is there any action required here?

@kdumontnu commented on GitHub (Jul 7, 2022): Is there any action required here?
Author
Owner

@lunny commented on GitHub (Jul 13, 2022):

Since db is a workaround and other options depends on bleve or elasticsearch. I think we can close this one.

@lunny commented on GitHub (Jul 13, 2022): Since `db` is a workaround and other options depends on bleve or elasticsearch. I think we can close this one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7237