1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-10-03 16:41:50 +02:00

add flexsearch-0.8.0 (preview)

This commit is contained in:
Thomas Wilkerling
2025-03-01 12:32:20 +01:00
parent e4e9b31c61
commit 4cc94a920a
4 changed files with 182 additions and 83 deletions

View File

@@ -18,7 +18,7 @@ let promise;
window.onmessage = function(event){
if(event.origin === location.protocol + "//" + location.hostname){
if(event.origin === location.protocol + "//" + location.hostname + ":" + location.port){
const results = JSON.parse(event.data);
//console.log(results);