How OperatorsDictionary works? Trying to make it replace AND but cannot make it work

Hey there,

I am creating a plugin for a specialized web site. I made it work when using one search term, using options like TextStart/End, TitleStart/End. That works really great.

I am now trying to make it work with multiple search terms. The web site supports the “AND” operator but it is implemented as a comma (more explicitly in the URL this is “%2C”).

I tried to instruct DevonAgent to use the comma but it does not. Here the extract with the operators configuration:

	<key>Operators</key>
	<integer>1</integer>
	<key>OperatorsDictionary</key>
	<dict>
		<key>AND</key>
		<string>%2C</string>
	</dict>

I also tried with %2C as the “,” character. But still, DA uses the “+” operator in the URL of the search engine.

Did I miss something?

Search engine technology isn’t universal. You haven’t defined what “specialized web site” you’re referring to so we can’t check anything specifically.