Skip to content
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

Search page displays queried sentence even when parser is off. #1513

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

austinyu12
Copy link

@austinyu12 austinyu12 commented Oct 21, 2024

Addresses #1370. When a parser is on, it will still parse words putting spaces in-between, which is not good for the user, but the result we expect. When all parsers are off, it will now only update text and not parse.

Before, Parser On:
Screenshot 2024-10-20 at 11 22 38 PM

Before, Parser Off:
Screenshot 2024-10-20 at 11 24 49 PM

New Code, Parser On:
Screenshot 2024-10-20 at 11 24 12 PM

New Code, Parser Off:
Screenshot 2024-10-20 at 11 25 13 PM

austinyu12 and others added 6 commits October 5, 2024 21:01
made the syntax error when validating a dictionary also provide the name of the term bank that contains the error
made the extension error when validating a dictionary provide the cause of error
@austinyu12 austinyu12 requested a review from a team as a code owner October 21, 2024 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant