Skip to content

Commit

Permalink
Add title filter
Browse files Browse the repository at this point in the history
  • Loading branch information
O4epegb committed Nov 3, 2024
1 parent a55e4ef commit d8d3044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/routes/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const getFilterOptions = async () => {
queryName: 'Title',
conditions: defaultConditions,
placeholder: 'Enter title',
transformValue: (value: string) => value.toLowerCase(),
transformValue: (value: string) => value,
},
{
type: 'select',
Expand Down

0 comments on commit d8d3044

Please sign in to comment.