Add search engine and quick search for repositories (#1727)

Add a powerful search engine based on lucene to the scm-manager api.
The api can be used to index objects, simply by annotating them and add them to an index.
The first indexed object is the repository which could queried by quick search in the header.
This commit is contained in:
Sebastian Sdorra
2021-07-14 11:49:38 +02:00
committed by GitHub
parent ce4b869a7a
commit e321133ff7
88 changed files with 6052 additions and 25 deletions

View File

@@ -81,7 +81,7 @@ const FilterInput: FC<Props> = ({ filter, value, testId, placeholder, autoFocus,
autoFocus={autoFocus || false}
/>
<span className="icon is-small is-left">
<i className="fas fa-search" />
<i className="fas fa-filter" />
</span>
</div>
</form>