Year input in simple search
This commit is contained in:
@@ -21,10 +21,10 @@ Alpine.data('bookmeterList', function () {
|
||||
advancedSearch: this.$persist(0).as('advanced-search'),
|
||||
async init() {
|
||||
this.$watch('nameFilter', () => this.updateFilter());
|
||||
// this.$watch('username', () => this.updateFilter());
|
||||
// this.$watch('title', () => this.updateFilter());
|
||||
// this.$watch('author', () => this.updateFilter());
|
||||
// this.$watch('publisher', () => this.updateFilter());
|
||||
this.$watch('username', () => this.updateFilter());
|
||||
this.$watch('title', () => this.updateFilter());
|
||||
this.$watch('author', () => this.updateFilter());
|
||||
this.$watch('publisher', () => this.updateFilter());
|
||||
this.$watch('year', () => this.updateFilter());
|
||||
|
||||
let qp = new URLSearchParams(window.location.search);
|
||||
|
||||
Reference in New Issue
Block a user