diff --git a/src/client/components/CommonList.tsx b/src/client/components/CommonList.tsx index 84809a7..4339c19 100644 --- a/src/client/components/CommonList.tsx +++ b/src/client/components/CommonList.tsx @@ -32,16 +32,16 @@ export const CommonList: React.FC = 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, }, ], }