mirror of https://github.com/zlatinb/muwire
do not try to respond to regex queries until properly implemented
parent
bd3555dce9
commit
e6b76826f4
|
@ -40,6 +40,12 @@ public class SearchManager {
|
|||
return
|
||||
}
|
||||
responderAddress.put(event.searchEvent.uuid, event)
|
||||
|
||||
if (event.searchEvent.regex) {
|
||||
log.info("dropping regex query")
|
||||
return
|
||||
}
|
||||
|
||||
eventBus.publish(event.searchEvent)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue