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: [
|
keys: [
|
||||||
{
|
{
|
||||||
name: 'id',
|
name: 'title',
|
||||||
weight: 1,
|
weight: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'title',
|
name: 'id',
|
||||||
weight: 0.7,
|
weight: 0.6,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'tags',
|
name: 'tags',
|
||||||
weight: 0.3,
|
weight: 0.4,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user