Julian Timal
Julian Timal
Hi @YanaDePauw is working well for me, in article, community and collection. 
hello @alexandrevryghem What we do is to normalize the string, we remove the accents, more or less like this `indexOfCoincidence(completeTerm: string, subTerm: string){ completeTerm = completeTerm.normalize('NFD').replace(/[\u0300-\u036f]/g, "").toUpperCase(); subTerm = subTerm.normalize('NFD').replace(/[\u0300-\u036f]/g,...
Hi @alexandrevryghem thanks for reading me, Ok, I'm fine with it, I just don't know how to create this request, do we wait for Tim to review it or do...
Very thanks @alexandrevryghem , I'd better wait until @tdonohue can read this part and tell me how I can help.
Hi @yingjin , The IDs are correct, I have a problem in the listings when I add the option show 50 only 40 are displayed. I guess it's not a...
Hi @davide-negretti I dared to make a test, the icons and the operation seems to me very well because when you open the menu options are hidden on the right...
Hi @tdonohue, I reviewed the conversation and I thought the tooltip was a good idea, add an angular function and pass the text parameter. Add in the file 'src\app\breadcrumbs\breadcrumbs.component.html' this...
Hi We are working on this view, here is our partial solution 
Hi @arvoConsultores I took the liberty to test this pr, when we set 5 it works fine but when I set 8 for example it shows 10  when i...
> @arvoConsultores : I tested this today, and the basics work. However, I'm finding that both pages load _very slowly_ if you set the `pageSize` > 5. When I set...