pranayroni / azure-search-openai-demo-csharp

documentbot in .net
MIT License
0 stars 1 forks source link

Delete: existing documents may still be cached on client app despite delete being successful #78

Open pranayroni opened 3 months ago

pranayroni commented 3 months ago

Steps to replicate:

  1. find document to delete
  2. delete
  3. search for document after reload

should still be there, but inaccessible

pranayroni commented 3 months ago

this won't even be a problem at all when we work on #14 to implement it server side instead of client pagination...

but in the mean time, a simple fix should be just clearing browser cache. also i wasn't able to get the page to reload either!