Typo: restruct_sr -> restrict_sr
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
parent
c199a4f712
commit
2c2c1b9302
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ func setQuery(v string) SearchOptionSetter {
|
|||
|
||||
// setRestrict sets the restrict_sr option.
|
||||
func setRestrict(opts SearchOptions) {
|
||||
opts.Set("restruct_sr", "true")
|
||||
opts.Set("restrict_sr", "true")
|
||||
}
|
||||
|
||||
// Posts searches for posts.
|
||||
|
|
Loading…
Reference in a new issue