Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 8

one year ago
FatalActivityExecutionException when I use html entities in command
XML Parse Exception when I use html entities in command
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. FatalActivityExecutionException: Unable to parse PresentationML I tried replacing these values with the escape values eg putting **& amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. FatalActivityExecutionException: Unable to parse PresentationML I tried replacing these values with the escape values eg putting **& amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
#htmlentities
#xmlparseexception #htmlentities
one year ago
XML Parse Exception when I use html entities in command
XML Parse Exception when I use html entities in command
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. FatalActivityExecutionException: Unable to parse PresentationML I tried replacing these values with the escape values eg putting **& amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. FatalActivityExecution: Unable to parse PresentationML I tried replacing these values with the escape values eg putting **& amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
#xmlparseexception #htmlentities
#xmlparseexception #htmlentities
one year ago
XML Parse Exception when I use html entities in command
XML Parse Exception when I use html entities in command
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. FatalActivityExecution: Unable to parse PresentationML I tried replacing these values with the escape values eg putting **& amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting **& amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
#xmlparseexception #htmlentities
#xmlparseexception #htmlentities
one year ago
XML Parse Exception when I use html entities in command
XML Parse Exception when I use html entities in command
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting **& amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting **&amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
#xmlparseexception #htmlentities
#xmlparseexception #htmlentities
one year ago
XML Parse Exception when I use html entities in command
XML Parse Exception when I use html entities in command
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting **&amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting &amp; as replacement of & This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
#xmlparseexception #htmlentities
#xmlparseexception #htmlentities
one year ago
XML Parse Exception when I use html entities in command
XML Parse Exception when I use html entities in command
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command with any of the html entities & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting &amp; as replacement of & This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void comandHandler(CommandContext ctx){...} When I enter a command with any of the html entities-> & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting &amp; as replacement of & This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
#xmlparseexception #htmlentities
#xmlparseexception #htmlentities
one year ago
XML Parse Exception when I use html entities in command
XML Parse Exception when I use html entities in command
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void comandHandler(CommandContext ctx){...} When I enter a command with any of the html entities-> & < > " ' It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting &amp; as replacement of & This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: #ref %^^&*&
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void comandHandler(CommandContext ctx){...} When I enter a command with any of the html entities-> ** & < > " ' ** It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting **&amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: **#ref %^^&*&**
#xmlparseexception #htmlentities
#xmlparseexception #htmlentities
one year ago
Original
XML Parse Exception when I use html entities in command

I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void comandHandler(CommandContext ctx){...} When I enter a command with any of the html entities-> ** & < > " ' ** It fails to read and gives following error: [Fatal Error] :1:112 The entity name must immediately follow the '&' in the entity reference. XML Parse Exception. I tried replacing these values with the escape values eg putting **&amp;** as replacement of **&** This seems to be working for me but why can I not use the html entities directly? Is there a work around to make this work? Command that I had entered: **#ref %^^&*&**
#xmlparseexception #htmlentities