diff --git a/pkg/omf/functions/index/omf.index.query.fish b/pkg/omf/functions/index/omf.index.query.fish index 2ab20c3..9c04d88 100644 --- a/pkg/omf/functions/index/omf.index.query.fish +++ b/pkg/omf/functions/index/omf.index.query.fish @@ -73,7 +73,7 @@ function omf.index.query -d 'Query packages in the index' type_matches = 1; } - !text_matches && !/^#/ { + !text_matches && !/^#/ && $1 == "description" { if (match(tolower($2), q_text)) { text_matches = 1; }