£57.60 – £66.00Price range: £57.60 through £66.00 (inc VAT)
EAN: 5712505730423

Founded in 2004, Tekeurope is a worldwide UK based provider of IT hardware and repair services.
Tekeurope
Unit 21, Milber Trading Estate
Newton Abbot. TQ12 4SG
Phone: (+44) 1803 865 300
Email: website@tekeurope.co.uk
© Tekeurope UK Ltd 2026 | All Rights Reserved | Company Registration No. 05151686 | VAT No. GB 850177727 |
| Privacy Policy | Cookie Information | Website by Ampology Digital |
const search = instantsearch({
indexName: ‘tekeurope_products’,
searchClient: instantMeiliSearch(
‘https://search.digitallucifer.com’,
‘956e1ba412285eca73312a4897f9513e3e5e94ef12246fbff793e4a58d39a3d7’
),
searchFunction: function(helper) {
if (helper.state.query.length === 0) {
return; // do not trigger search
}
helper.search(); // trigger search
},
})
search.addWidgets([
instantsearch.widgets.searchBox({
container: ‘#searchbox’,
placeholder: ‘Search products..’,
}),
instantsearch.widgets.hits({
container: ‘#hits’,
hitsPerPage: 50,
templates: {
item: `
`,
},
}),
])
search.start()
// After the `searchBox` widget
search.addWidgets([
instantsearch.widgets.configure({
hitsPerPage: 50
}),
]);
Reviews
There are no reviews yet.