Yes.
Tha gallery has this filter: Filter(vTablaArticulos;Mid(BarcodeScanner1.Value;4;13)='Código Barras (EAN)')
The datasource is a SharePoint list that loads on a collection on start the app to search results fast when the user do a scan.
The first question is not filtering.
In test env the code scanned is 01084353548190081120020110testlot, and in the gallery i have one column named LCEAN witch content the value 8435354819008, but dont filter anything with the filter. I dont understand why.
When I scan the code, the data inside text, could by on the fourth position (with 13 digits every time) but if its in other position?
With that filter you give me the search text every need to bee on start position 4, but if is on 5 o 2, then cant search it. That situation its secundary.