alleyinteractive / alleyinteractive/searchpress
Child terms seem to come through as parent/child
オープン
- 主要言語
- PHP
- スター
- 85
- フォーク
- 10
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Might need to add something like below to [this block](https://github.com/alleyinteractive/searchpress/blob/master/lib/class-sp-wp-search.php#L175).
``` php
if ( ! empty( $args['terms']['category'] ) && strpos( $args['terms']['category'], '/' ) ) {
$terms = explode( '/', $args['terms']['category'] );
$args['terms']['category'] = end( $terms );
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。