Skip to content

Commit

Permalink
doc for traits & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrignon committed Oct 18, 2016
1 parent 83258b6 commit 3cedb1c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ hibernate:
Add a static search closure as following:
**Note**: You can use properties from super class and traits with no additional configuration (since 2.0.2)
```groovy
class MyDomainClass {

Expand Down Expand Up @@ -611,13 +613,23 @@ MyDomainClass.search().list {
}
```

## Change log

## Bug tracker
### v2.0.2
Support for indexing trait properties

Please report any issue on GitHub:
### v2.0.1
Support for indexing inherited properties

https://github.com/mathpere/grails-hibernate-search-plugin/issues
### v2.0
* Grails 3.1.x
* GORM 5
* Hibernate 5.1.1
* Hibernate Search 5.5.4

### v1.x
* Grails 2.x
* Hibernate 4

## Authors

Expand All @@ -635,4 +647,4 @@ https://github.com/mathpere/grails-hibernate-search-plugin/issues

## License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

0 comments on commit 3cedb1c

Please sign in to comment.