cj

Results 2 issues of cj

Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. ### Which version of Elastic are you using? [X ] elastic.v7...

ac := goAcAutoMachine.NewAcAutoMachine() ac.AddPattern("anymore") ac.AddPattern("i am blessed") ac.Build() content := "somi anymore" results := ac.Query(content) for _, result := range results { fmt.Println(result) }