Full actor url passed to search

master
Bob Mottram 2019-08-25 22:53:51 +01:00
parent 0335cd0c94
commit f0580d8306
1 changed files with 1 additions and 1 deletions

View File

@ -2437,7 +2437,7 @@ class PubServer(BaseHTTPRequestHandler):
pageNumber=int(pageNumberStr)
self.path=self.path.split('?page=')[0]
actorStr=self.path.replace('/searchhandle','')
actorStr=self.server.domainFull+self.path.replace('/searchhandle','')
length = int(self.headers['Content-length'])
searchParams=self.rfile.read(length).decode('utf-8')
if 'searchtext=' in searchParams: