We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf73d1a + a0b5a02 commit 9f8a12bCopy full SHA for 9f8a12b
src/NewTools-Spotter-Processors/StQuery.class.st
@@ -112,7 +112,7 @@ StQuery >> updateFromContext: aSpotterContext [
112
113
modifiers removeAll.
114
texts := (aSpotterContext search ifNil:[ '' ]) trimBoth.
115
- textParts := texts substrings: { Character space. Character tab }.
+ textParts := texts asString substrings: { Character space. Character tab }.
116
query := ''.
117
118
textParts do: [ :aPart |
0 commit comments