Revert "feat: add open search support"

This reverts commit 4821b77c17.
This commit is contained in:
tim
2025-09-26 15:36:31 +08:00
parent 4821b77c17
commit 69869348f6
16 changed files with 1 additions and 1008 deletions

View File

@@ -10,7 +10,6 @@ import com.openisle.repository.PostRepository;
import com.openisle.repository.TagRepository;
import com.openisle.repository.UserRepository;
import java.util.List;
import java.util.Optional;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
@@ -28,8 +27,7 @@ class SearchServiceTest {
postRepo,
commentRepo,
categoryRepo,
tagRepo,
Optional.empty()
tagRepo
);
Post post1 = new Post();