forked from CMU-313/cmu-313-s26-nodebb-spring-26-NodeBB
-
Notifications
You must be signed in to change notification settings - Fork 2
Bug/Search: All Categories #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
cc45467
Fixed default search to search all categories
yuriiShmal 77b5404
Fixed public/src/client/search.js and
yuriiShmal 99a5c61
Hopefully fixed style
yuriiShmal edf9896
Linting fix... hopefully.
yuriiShmal ce4466a
empty commit for deployment
cirex-web e979328
Fixed display check bug, hopefully fixed doublequerry
yuriiShmal f3e15f3
Removed unused variable
yuriiShmal 886a3f3
Double query persists, but auto-search works
yuriiShmal cd750b6
Final fix to search?
yuriiShmal 207b9b2
Reverted Final fix to search? due to undesired
yuriiShmal 2530c2b
Merge branch 'fix-search' of https://github.com/CMU-313/nodebb-spring…
yuriiShmal 0cac967
Search now works. Double search to potentially
yuriiShmal 0e0184e
Fixed redundant categories = categories
yuriiShmal 4ba7c92
Removed flaky url test as advised, reverted search
yuriiShmal a16f239
Trying alternate fix to flaky test
yuriiShmal 5f9cd81
Fixed to put the plugin tests back in. This is the
yuriiShmal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we're allowed to remove everything here lmao. This removes like all api endpoint schema checks I'm pretty sure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's pretty much the discussion on slack tech-support currently. Not a clue how to remove the flaky test without this though. The other suggestion on slack was to remove 2 lines of the plugins.yaml file, but it didn't work for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the discussion only said to add the
ifstatement, not delete everything else?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually if you merge in
mainnow, we can probably revert this change as well (I fixed the tests another way)