Skip to content

Commit a0b48f8

Browse files
committed
search also for uniprot ids and inchi keys
1 parent ee2686f commit a0b48f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/projects/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ projectRouter.route('/').get(
5454
{ 'metadata.DESCRIPTION': { $regex: tsearch, $options: 'i' } },
5555
{ 'metadata.AUTHORS': { $regex: tsearch, $options: 'i' } },
5656
{ 'metadata.GROUPS': { $regex: tsearch, $options: 'i' } },
57+
{ 'metadata.REFERENCES': { $regex: tsearch, $options: 'i' } },
58+
{ 'metadata.INCHIKEYS': { $regex: tsearch, $options: 'i' } },
5759
{ 'metadata.PDBIDS': { $regex: tsearch, $options: 'i' } },
5860
{ 'metadata.SYSKEYS': { $regex: tsearch, $options: 'i' } },
5961
],

0 commit comments

Comments
 (0)