I imagine a search id as a result saved in the database, something like:
searchid=200, searched for „cats“, results = array with id and content-type
the next one searching for cats will find search-id 200 and gets the same results
while his permissions to view are the same
and somehow a search-id must be deleted, when an item is changed or added.
Is this somehow like this?
Then it is possible to fetch thread-ids from a search-id?
searchid=200, searched for „cats“, results = array with id and content-type
the next one searching for cats will find search-id 200 and gets the same results
while his permissions to view are the same
and somehow a search-id must be deleted, when an item is changed or added.
Is this somehow like this?
Then it is possible to fetch thread-ids from a search-id?