Skip to content

repair searchPlusScope #2

Description

@Tension-Z

question

Condition cannot be output correctly

repair

				case "string":
					if operator == "包含" {
						v = fmt.Sprintf("%%%v%%", value)
					} else if operator == "不包含" {
						v = fmt.Sprintf("%%%v%%", value)
					} else {
						v = value
					}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions