Added couple search options today... (use these at the search box, top-right of the obex table)
# followed by the object number (Can be comma or space delim'd list)
@ followed by an author name (or some characters)
Examples:
#2784
#2784,#2783, etc...
#OB2784,#ob2783
@Wuerfel_21
@ada
Caveats/Notes:
Object number search is exact match relationship (ie. #278 would not return all those objects starting with that prefix). With some time for indexing adjustment that could be improved.
Author search works with either the full (exact match) user-id, or a partial free-text search based on the imported "git author" names or user names. It's not perfect, but it's a start that works for most simple-searches. There are some funny result combinations possible that can be ironed out later
Comments
Added couple search options today... (use these at the search box, top-right of the obex table)
# followed by the object number (Can be comma or space delim'd list)
@ followed by an author name (or some characters)
Examples:
#2784
#2784,#2783, etc...
#OB2784,#ob2783
@Wuerfel_21
@ada
Caveats/Notes:
Object number search is exact match relationship (ie. #278 would not return all those objects starting with that prefix). With some time for indexing adjustment that could be improved.
Author search works with either the full (exact match) user-id, or a partial free-text search based on the imported "git author" names or user names. It's not perfect, but it's a start that works for most simple-searches. There are some funny result combinations possible that can be ironed out later