Relevancia

This commit is contained in:
Juan Ferrer Toribio 2017-06-07 14:19:20 +02:00
parent e9c870b473
commit 8b6c765af1
9 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
build/

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.405.4) stable; urgency=low
hedera-web (1.405.5) stable; urgency=low
* Initial Release.

View File

@ -31,6 +31,7 @@
,"Origin": "Origen"
,"Category": "Categoria"
,"Remove filters": "Esborrar filtres"
,"Relevancy": "Rellevància"
,"Price": "Precio"
,"Amount": "Quantitat"

View File

@ -31,6 +31,7 @@
,"Origin": "Origin"
,"Category": "Category"
,"Remove filters": "Remove filters"
,"Relevancy": "Relevance"
,"Price": "Price"
,"Amount": "Amount"

View File

@ -40,8 +40,9 @@
,"Higher price": "Precio más alto"
,"Lower size": "Medida más pequeña"
,"Higher size": "Medida más grande"
,"Relevancy": "Relevancia"
,", %.0d Units": ", %.0d Unidades"
,"from": "desde"
,"from %.2d€": "desde %.2d€"
,"AddToBasket": "Añadir artículo"

View File

@ -31,6 +31,7 @@
,"Origin": "Origine"
,"Category": "Catégorie"
,"Remove filters": "Retirer les filtres"
,"Relevancy": "Pertinence"
,"Price": "Prix"
,"Amount": "Quantité"

View File

@ -31,6 +31,7 @@
,"Origin": "Origin"
,"Category": "Category"
,"Remove filters": "Remove filters"
,"Relevancy": "хамаарал"
,"Price": "Price"
,"Amount": "Amount"

View File

@ -31,6 +31,7 @@
,"Origin": "Orígem"
,"Category": "Categoria"
,"Remove filters": "Eliminar filtros"
,"Relevancy": "Relevância"
,"Price": "Preço"
,"Amount": "Quantidade"

View File

@ -78,7 +78,7 @@
LEFT JOIN vn_locale.color_view c ON c.color_id = a.Color
LEFT JOIN vn_locale.origin_view o ON o.origin_id = a.id_origen
WHERE b.available > 0
ORDER BY a.Article, a.Medida
ORDER BY a.relevancy, a.Article, a.Medida
LIMIT 400;
</custom>
<sql-batch property="batch" id="filter-batch">
@ -366,7 +366,10 @@
<div id="order" class="order">
<h2><t>Order by</t></h2>
<select on-change="onOrderChange">
<option value="A|Article" selected="true">
<option value="A|relevancy" selected="true">
<t>Relevancy</t>
</option>
<option value="A|Article">
<t>Name</t>
</option>
<option value="A|price">