Skip to content
  1. Nov 13, 2012
  2. Oct 31, 2012
  3. Oct 25, 2012
  4. Oct 24, 2012
  5. Oct 23, 2012
  6. Oct 17, 2012
    • fgiasson's avatar
      Reverted the last commit; we may want to add a configuration option for this... · ecb9e738
      fgiasson authored
      Reverted the last commit; we may want to add a configuration option for this in the future, but for now, it would mean
      that for each result, and for each call of the view, it would write the cache which would be an unnecessary overhead
      for most usecases.
      ecb9e738
    • fgiasson's avatar
      Each time structViews does send a query to the Search endpoint, it gets the... · 32f65a15
      fgiasson authored
      Each time structViews does send a query to the Search endpoint, it gets the full description of the records
      returned by the endpoint. What structViews then do, is to create the entities of type "resource_type" using
      that information that come from the Search endpoint.
      
      The additional step we are doing here, is to add the entity that get created into Drupal's entities cache.
      That way, each time this entity will be loaded using entity_load() elsewhere in drupal, it will come from the
      cache instead of sending a query to the CRUD: Read endpoint.
      32f65a15
    • Tobby Hagler's avatar
      Adding structviews keyword filter handler · f97b7940
      Tobby Hagler authored
      f97b7940
  7. Oct 11, 2012
  8. Oct 09, 2012
  9. Oct 08, 2012
  10. Oct 04, 2012
  11. Oct 02, 2012