You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to index a site in my local environment. The site will be hosted on https://example.com/mySite, but I want to run scraper on my locally built and hosted copy, available under http://localhost. It would be great if the scraper could do the mapping and e.g. scrape content of http://localhost/foo.html and index it as found on https://example.com/mySite/foo.html, so I can use the built index in the TypeSense instance that https://example.com/mySite will be using in its search bar.
The text was updated successfully, but these errors were encountered:
Description
I need to index a site in my local environment. The site will be hosted on
https://example.com/mySite
, but I want to run scraper on my locally built and hosted copy, available underhttp://localhost
. It would be great if the scraper could do the mapping and e.g. scrape content ofhttp://localhost/foo.html
and index it as found onhttps://example.com/mySite/foo.html
, so I can use the built index in the TypeSense instance thathttps://example.com/mySite
will be using in its search bar.The text was updated successfully, but these errors were encountered: