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
Now that we store images in the backend, we need to update the image fields in the IndexDoc entries. Now they hold the URLs to the images, but they should have the ID of the image in the backend instead
The text was updated successfully, but these errors were encountered:
The question is how to do this? We must first search for the respective IndexDocs, and then update the these documents. In a reverse index, this is not as trivial as it would in a database.
Now that we store images in the backend, we need to update the image fields in the
IndexDoc
entries. Now they hold the URLs to the images, but they should have the ID of the image in the backend insteadThe text was updated successfully, but these errors were encountered: