Skip to content

Commit

Permalink
Search on category field as well
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Aug 14, 2024
1 parent 514dd0f commit b1ad973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/project/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class ProjectOrganizationView extends ResponsiveView {
type: "category",
minCharacters: 1,
source: content,
searchFields: ["title", "description"],
searchFields: ["title", "category"],
fullTextSearch: false,
});
}
Expand Down

0 comments on commit b1ad973

Please sign in to comment.