Skip to content

fix(rpc): suggestions should only suggest based on <keyword>%

Kevin Morris requested to merge kevr/aurweb:fix-rpc-suggest into master

Previously, Python code was looking for suggestions based on %<keyword>%. This was inconsistent with PHP's suggestion implementation and cause more records to be bundled with a suggestion, along with supplying misleading suggestions.

Closes #343 (closed)

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports