Leah Earring
Made with: Miyuki Seed Beads, Aventural Gemstone Beads, Gold plated hardware
No Nickel
Leah Earring
Made with: Miyuki Seed Beads, Aventural Gemstone Beads, Gold plated hardware
function performSearch(query) { // Show loading state searchLoading.style.display = 'block'; searchResults.style.display = 'block'; // Use Wix Data API to query your products collection wixData.query("Products") .contains("title", query) .or(wixData.query("Products").contains("description", query)) .or(wixData.query("Products").contains("tags", query)) .limit(10) .find() .then((results) => { displayResults(results.items); searchLoading.style.display = 'none'; }) .catch((error) => { console.error(error); searchLoading.style.display = 'none'; }); }
Leah Earring
Made with: Miyuki Seed Beads, Aventural Gemstone Beads, Gold plated hardware
No Nickel
Made with: Miyuki Seed Beads, Aventural Gemstone Beads, Gold plated hardware