You are here

README.txt in Flag Search API 8

-- SUMMARY --

Flag Search API module provides flag indexing for Search API.

Use this module to index flags (flagged content) using Search API module.
Once indexed, the flags can be used elsewhere, e.g. in Views.

It also has support for reindexing flagged entity on flagging action

-- REQUIREMENTS --

Search API
Flag

-- USAGE --

You need to enable flags to be indexed in Search Api index.
There is a processor where you check which flag you'll add into index on content type.
After indexing is performed you can add this field into a view same like any other.

File

README.txt
View source
  1. -- SUMMARY --
  2. Flag Search API module provides flag indexing for Search API.
  3. Use this module to index flags (flagged content) using Search API module.
  4. Once indexed, the flags can be used elsewhere, e.g. in Views.
  5. It also has support for reindexing flagged entity on flagging action
  6. -- REQUIREMENTS --
  7. Search API
  8. Flag
  9. -- USAGE --
  10. You need to enable flags to be indexed in Search Api index.
  11. There is a processor where you check which flag you'll add into index on content type.
  12. After indexing is performed you can add this field into a view same like any other.