Skip to content
Snippets Groups Projects

Full text search implementation

Merged Swostik Pati requested to merge full-text-search into main
6 files
+ 137
4
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -8,8 +8,8 @@
}
.loading-gif {
width: 150px; /* Adjust the size as needed */
height: 150px; /* Adjust the size as needed */
width: 500px; /* Adjust the size as needed */
height: 500px; /* Adjust the size as needed */
}
.loading-container p {
Loading