Skip to content

Commit

Permalink
add support for IDs in formula box (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz authored Dec 2, 2024
1 parent c7c979a commit 0b8853e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/viewer/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const searchWeights = {
description: 0.3,
}
export const searchKeys = [
{ name: 'id', weight: 3, getFn: (s: any) => `${s.id}` },
{ name: 'name', weight: 1 },
{ name: 'aliases', weight: 0.7 },
{ name: 'description', weight: 0.3 },
Expand Down

0 comments on commit 0b8853e

Please sign in to comment.