Find an answer
= 2) {
loading = true;
fetch('https://hub.attallah.xyz/docs/NAI/search?q=' + encodeURIComponent(query) + '&format=json')
.then(r => r.json())
.then(data => { results = data.results || []; loading = false; })
.catch(() => { loading = false; });
} else { results = []; }
"
class="form-control" placeholder="Search help articles...">
Searching...
No articles found. Submit a request below.