refactor: change weight of commit list search
This commit is contained in:
parent
9d3c0344ee
commit
cc0bd73ed1
@ -32,16 +32,16 @@ export const CommonList: React.FC<CommonListProps> = React.memo((props) => {
|
||||
{
|
||||
keys: [
|
||||
{
|
||||
name: 'id',
|
||||
name: 'title',
|
||||
weight: 1,
|
||||
},
|
||||
{
|
||||
name: 'title',
|
||||
weight: 0.7,
|
||||
name: 'id',
|
||||
weight: 0.6,
|
||||
},
|
||||
{
|
||||
name: 'tags',
|
||||
weight: 0.3,
|
||||
weight: 0.4,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user