chore: checkpoint admin editor and perf work
This commit is contained in:
@@ -868,7 +868,9 @@ const currentNavLabel =
|
||||
renderSearchResults(query, [], 'loading');
|
||||
|
||||
try {
|
||||
const response = await fetch(`${searchApiBase}/search?q=${encodeURIComponent(query)}&limit=6`);
|
||||
const response = await fetch(
|
||||
`${searchApiBase}/search?q=${encodeURIComponent(query)}&limit=6&preview=true`
|
||||
);
|
||||
if (!response.ok) {
|
||||
throw new Error(`Search failed: ${response.status}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user