Skip to content

Commit

Permalink
Rename 'recent' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Dec 30, 2024
1 parent 28dc54f commit 7401ef7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions violet/lib/component/query_translate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ class _QueryTranslator {
case 'class':
name = ss[1].replaceAll('_', ' ');
break;

case 'recent':
return 'SELECT * FROM HitomiColumnModel';
}

var compare = "$column LIKE '%$name%'";
Expand Down
1 change: 0 additions & 1 deletion violet/lib/pages/search/search_bar_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class _SearchBarPageState extends State<SearchBarPage>
'character',
'type',
'class',
'recent',
'random',
'page',
];
Expand Down

0 comments on commit 7401ef7

Please sign in to comment.