We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2686f commit a0b48f8Copy full SHA for a0b48f8
src/routes/projects/index.js
@@ -54,6 +54,8 @@ projectRouter.route('/').get(
54
{ 'metadata.DESCRIPTION': { $regex: tsearch, $options: 'i' } },
55
{ 'metadata.AUTHORS': { $regex: tsearch, $options: 'i' } },
56
{ 'metadata.GROUPS': { $regex: tsearch, $options: 'i' } },
57
+ { 'metadata.REFERENCES': { $regex: tsearch, $options: 'i' } },
58
+ { 'metadata.INCHIKEYS': { $regex: tsearch, $options: 'i' } },
59
{ 'metadata.PDBIDS': { $regex: tsearch, $options: 'i' } },
60
{ 'metadata.SYSKEYS': { $regex: tsearch, $options: 'i' } },
61
],
0 commit comments