function remove_filter(myEntity) {
	document.getElementById(myEntity).value = '';
	update_content();
	update_filters();
	get_wines('','');
}